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
Is your feature request related to a problem? Please describe.
I'm trying to set this up in a new nx workspace (17+). Anyone that can help out?
I've added this: "setupFilesAfterEnv": ["node_modules/@hirez_io/jest-given/dist/jest-given.js"] to the tsconfig.app.json, but (wallaby) still complains. Also added the:
"typeRoots": [
"node_modules/@types",
"node_modules/@hirez_io" // <-- ADD THIS
],
But without any luck. Anyone with a working nx workspace + jest-given + wallabyjs?
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I'm trying to set this up in a new nx workspace (17+). Anyone that can help out?
I've added this:
"setupFilesAfterEnv": ["node_modules/@hirez_io/jest-given/dist/jest-given.js"]
to the tsconfig.app.json, but (wallaby) still complains. Also added the:But without any luck. Anyone with a working nx workspace + jest-given + wallabyjs?
The text was updated successfully, but these errors were encountered: