-
-
Notifications
You must be signed in to change notification settings - Fork 26.9k
New issue
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
Update Jest #530
Update Jest #530
Conversation
lgtm, the test file is very simple, I like it :) |
test -e src/__tests__/__snapshots__/App-test.js.snap | ||
npm test -- --smoke-test | ||
# Uncomment when snapshot testing is enabled by default: | ||
# test -e src/__tests__/__snapshots__/App-test.js.snap |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do you mean App.spec.js here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since it's disabled this doesn't really matter—when we re-add it we can revisit naming and where we put it.
boom. |
* Update Jest * Remove default snapshot test * Fix a few things * Add a simple default test * App.spec.js -> App.test.js * Fix e2e test * Bump Jest
* Update Jest * Remove default snapshot test * Fix a few things * Add a simple default test * App.spec.js -> App.test.js * Fix e2e test * Bump Jest
Needs another fix scheduled for 15.0.1 but should be almost good to go.