-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
Tests break after upgrade to jest 20.0.0 from 19.0.2 #3505
Comments
Looks like a regression after rewriting our Jasmine bindings. |
Rewriting the tests to pass an object to |
Closing, we'll discuss this in relevant PR. |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Running jest 20.0.0, fresh node_modules and --no-cache
Do you want to request a feature or report a bug?
Bug
What is the current behavior?
Tests run fine and show correct behaviour with jest 19.0.2, but break in 20.0.0.
Running test with
fit
orit.only
makes the test pass again.If the current behavior is a bug, please provide the steps to reproduce and either a repl.it demo through https://repl.it/languages/jest or a minimal repository on GitHub that we can
yarn install
andyarn test
.What is the expected behavior?
Tests passing in 19.0.2 should continue to work in 20.0.0, also running tests with or without
fit
should not make a difference to whether the test passes or not.Please provide your exact Jest configuration and mention your Jest, node, yarn/npm version and operating system.
Jest config:
node version 6.9.1
yarn version 0.17.10
osx 10.12.4
The text was updated successfully, but these errors were encountered: