We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1a77fb commit 864f116Copy full SHA for 864f116
.nvmrc
@@ -1 +1 @@
1
-10.20.1
+10.23.0
package.json
@@ -15,7 +15,7 @@
15
"tests:integration:base": "cucumber-js test/integration --require-module babel-register --format-options '{\"snippetInterface\": \"async-await\"}' --exit",
16
"tests:integration": "run-s tests:integration:base -- --tags 'not @wip'",
17
"tests:integration:wip": "run-s tests:integration:base -- --tags @wip",
18
- "tests:pact": "run-s pact:verify",
+ "disabled:tests:pact": "run-s pact:verify",
19
"prepact:verify": "run-s build start & echo $! > $TMPDIR/pact-verify.pid",
20
"pact:verify": "babel-node scripts/verify-pacts.js",
21
"postpact:verify": "kill -TERM `cat $TMPDIR/pact-verify.pid`",
0 commit comments