Skip to content

Commit

Permalink
test(integration): stop using the testdouble loader
Browse files Browse the repository at this point in the history
since the flag is no longer needed in supported node versions
  • Loading branch information
travi committed Nov 13, 2024
1 parent 61d2ba5 commit 16a264e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"test": "npm-run-all --print-label build --parallel lint:* --parallel test:*",
"test:unit:base": "DEBUG=any vitest run",
"test:unit": "cross-env NODE_ENV=test c8 run-s test:unit:base",
"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",
"test:integration:wip": "run-s 'test:integration:base -- --profile wip'",
"test:integration:focus": "run-s 'test:integration:base -- --profile focus'",
"pretest:integration:base": "run-s build",
Expand Down

0 comments on commit 16a264e

Please sign in to comment.