Skip to content

Commit 6d8da08

Browse files
committed
Update jest scripts to use --testPathPatterns (plural) instead of --testPathPattern (singular)
1 parent 28ccab3 commit 6d8da08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646
"prepublishOnly": "pnpm build",
4747
"pretest": "pnpm --silent build",
4848
"test": "jest",
49-
"test:integration": "jest --testPathPattern=integration",
50-
"test:unit": "jest --testPathPattern=unit",
49+
"test:integration": "jest --testPathPatterns=integration",
50+
"test:unit": "jest --testPathPatterns=unit",
5151
"test:watch": "jest --watch"
5252
},
5353
"dependencies": {

0 commit comments

Comments
 (0)