Skip to content

Commit 16a264e

Browse files
committed
test(integration): stop using the testdouble loader
since the flag is no longer needed in supported node versions
1 parent 61d2ba5 commit 16a264e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"test": "npm-run-all --print-label build --parallel lint:* --parallel test:*",
3232
"test:unit:base": "DEBUG=any vitest run",
3333
"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",
34+
"test:integration:base": "NODE_OPTIONS=--enable-source-maps cucumber-js test/integration",
3535
"test:integration:wip": "run-s 'test:integration:base -- --profile wip'",
3636
"test:integration:focus": "run-s 'test:integration:base -- --profile focus'",
3737
"pretest:integration:base": "run-s build",

0 commit comments

Comments
 (0)