-
Notifications
You must be signed in to change notification settings - Fork 51
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
Updade jest to 24, and update tests #32
Conversation
Up @artoliukkonen :) |
If you'd like to get to Jest v24 and the latest Serverless, you could try out https://github.com/fireeye/jest-environment-serverless - it's actually able to execute the tests quite a bit faster as well since it's not rerunning Jest separately. |
This is blocking me from using this project. I need to use Jest 24 because I'm depending on Babel 7. Here's the error I get:
If I hack the package.json to bump the Jest version, it fixes it. |
@polem Were there any reasons why this PR was not merged? |
@aaronmcadam no news from the maintener sorry |
Thanks @polem. That's a shame. Looks like we'll have to use https://www.npmjs.com/package/patch-package |
I wonder if these plugin repos should be moved to the serverless organisation anyway |
cough cough wink wink https://github.com/fireeye/jest-environment-serverless |
Hi, i'd like to use jest 24 with my serverless projet, here is a PR, i updated the test, everything is green :)