We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61d2ba5 commit 16a264eCopy full SHA for 16a264e
package.json
@@ -31,7 +31,7 @@
31
"test": "npm-run-all --print-label build --parallel lint:* --parallel test:*",
32
"test:unit:base": "DEBUG=any vitest run",
33
"test:unit": "cross-env NODE_ENV=test c8 run-s test:unit:base",
34
- "test:integration:base": "NODE_OPTIONS=\"--loader=testdouble --enable-source-maps\" cucumber-js test/integration",
+ "test:integration:base": "NODE_OPTIONS=--enable-source-maps cucumber-js test/integration",
35
"test:integration:wip": "run-s 'test:integration:base -- --profile wip'",
36
"test:integration:focus": "run-s 'test:integration:base -- --profile focus'",
37
"pretest:integration:base": "run-s build",
0 commit comments