Skip to content

Commit f981520

Browse files
committed
chore: support 'test:pact' for out-of-date tutorials
1 parent c9d4e67 commit f981520

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"axios": "^0.27.2"
77
},
88
"scripts": {
9-
"test": "cross-env CI=true npx jest --colors --testTimeout 30000 --testMatch \"**/*.pact.spec.ts\""
9+
"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\""
1011
},
1112
"devDependencies": {
1213
"@babel/core": "^7.25.2",

0 commit comments

Comments
 (0)