We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A fresh checkout results in this after running npm run test:snap
npm run test:snap
Node: v12.13.0
The text was updated successfully, but these errors were encountered:
@connorjclark what Node.js version are you running, I just deleted pacakge-lock.json and node_modules, and ran:
pacakge-lock.json
node_modules
npm run test
And the snapshots don't throw any errors:
41 passing (16s)
My environment:
bencoe-macbookpro3:c8 bencoe$ node --version v15.0.1
Sorry, something went wrong.
Node 12.
I missed this line in CONTRIBUTING:
Make sure you have installed the latest version of Node.js
Tests pass for me using Node 15.
No branches or pull requests
A fresh checkout results in this after running
npm run test:snap
Node: v12.13.0
The text was updated successfully, but these errors were encountered: