We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28ccab3 commit 6d8da08Copy full SHA for 6d8da08
package.json
@@ -46,8 +46,8 @@
46
"prepublishOnly": "pnpm build",
47
"pretest": "pnpm --silent build",
48
"test": "jest",
49
- "test:integration": "jest --testPathPattern=integration",
50
- "test:unit": "jest --testPathPattern=unit",
+ "test:integration": "jest --testPathPatterns=integration",
+ "test:unit": "jest --testPathPatterns=unit",
51
"test:watch": "jest --watch"
52
},
53
"dependencies": {
0 commit comments