Skip to content
This repository was archived by the owner on Apr 24, 2022. It is now read-only.

Commit b4c51cc

Browse files
committed
test(cucumber): attempted to use the testdouble loader
1 parent 2355990 commit b4c51cc

File tree

2 files changed

+47
-2
lines changed

2 files changed

+47
-2
lines changed

package-lock.json

Lines changed: 44 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"pretest:integration": "preview",
3232
"lint:gherkin": "gherkin-lint",
3333
"test:integration": "run-s 'test:integration:base -- --profile noWip'",
34-
"test:integration:base": "NODE_OPTIONS=--enable-source-maps DEBUG=any cucumber-js test/integration --profile base",
34+
"test:integration:base": "NODE_OPTIONS=\"--enable-source-maps --loader=testdouble\" DEBUG=any cucumber-js test/integration --profile base",
3535
"test:integration:debug": "DEBUG=test run-s test:integration",
3636
"test:integration:wip": "run-s 'test:integration:base -- --profile wip'",
3737
"test:integration:wip:debug": "DEBUG=test run-s 'test:integration:wip'",
@@ -77,6 +77,7 @@
7777
"rimraf": "3.0.2",
7878
"rollup": "2.60.0",
7979
"rollup-plugin-auto-external": "2.0.0",
80-
"sinon": "12.0.1"
80+
"sinon": "12.0.1",
81+
"testdouble": "3.16.3"
8182
}
8283
}

0 commit comments

Comments
 (0)