Skip to content
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

feat: support Jest 27 #676

Merged
merged 1 commit into from
Dec 18, 2020
Merged

feat: support Jest 27 #676

merged 1 commit into from
Dec 18, 2020

Commits on Dec 18, 2020

  1. feat: support Jest 27

    BREAKING CHANGE
    - Node 10 won't work due to jsdom bug, see jestjs/jest#10957. If you have errors with node 10 related to `globalThis`, workaround for now is switching to node 12.
    - Since default `testRunner` in Jest 27 is `jest-circus`, `async` test with `done` callback no longer works, see discussion at jestjs/jest#10529. If you want to have `async` test with `done` callback, please use `testRunner: 'jest-jasmine2'` in your jest config.
    ahnpnl committed Dec 18, 2020
    Configuration menu
    Copy the full SHA
    9f25d9d View commit details
    Browse the repository at this point in the history