jest-cucumber
jest-cucumber copied to clipboard
TypeError: Cannot read properties of undefined (reading 'testEnvironmentOptions')
Adding jest-cucumber to my [email protected] project throws this error:
FAIL test/contexts/mysql/Users.test.ts
● Test suite failed to run
TypeError: Cannot read properties of undefined (reading 'testEnvironmentOptions')
at new NodeEnvironment (../../node_modules/jest-environment-node/build/index.js:87:49)
Removing jest-cucumber makes it work again.