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?
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?