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 e7e63a8 commit 4348f2cCopy full SHA for 4348f2c
webapp/package.json
@@ -5,7 +5,7 @@
5
"build": "next build",
6
"start": "next start",
7
"test": "jest --testMatch '**/components/**/*.(test|spec).@(ts|tsx|jsx)'",
8
- "test:contract": "jest --testMatch '**/__tests__/pact/**/*.(test|spec).@(ts|tsx|jsx)",
+ "test:contract": "jest --testMatch '**/__tests__/pact/**/*.(test|spec).@(ts|tsx|jsx)'",
9
"test:ci": "jest --ci",
10
"lint": "eslint . ",
11
"lint:fix": "eslint . --fix",
0 commit comments