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 c9d4e67 commit f981520Copy full SHA for f981520
package.json
@@ -6,7 +6,8 @@
6
"axios": "^0.27.2"
7
},
8
"scripts": {
9
- "test": "cross-env CI=true npx jest --colors --testTimeout 30000 --testMatch \"**/*.pact.spec.ts\""
+ "test": "cross-env CI=true npx jest --colors --testTimeout 30000 --testMatch \"**/*.pact.spec.ts\"",
10
+ "test:pact": "cross-env CI=true npx jest --colors --testTimeout 30000 --testMatch \"**/*.pact.spec.ts\""
11
12
"devDependencies": {
13
"@babel/core": "^7.25.2",
0 commit comments