You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ReferenceError: jasmine is not defined
at registerAllureReporter (../../node_modules/jest-allure/dist/setup.js:62:5)
at Object.<anonymous> (../../node_modules/jest-allure/dist/setup.js:65:1)
A workaround on this is to add the following to jest.config.js:
testRunner: "jest-jasmine2"
The text was updated successfully, but these errors were encountered:
Since Jest 27 switched default test runner, running setup throws:
A workaround on this is to add the following to
jest.config.js
:The text was updated successfully, but these errors were encountered: