jest-cucumber icon indicating copy to clipboard operation
jest-cucumber copied to clipboard

TypeError: Cannot read properties of undefined (reading 'testEnvironmentOptions')

Open robinelvin opened this issue 1 year ago • 0 comments

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.

robinelvin avatar Aug 24 '23 10:08 robinelvin