Skip to content

Commit 3f97010

Browse files
committed
chore: fix jest flag for v30 (testPathPattern -> testPathPatterns)
1 parent 00e2db4 commit 3f97010

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
},
112112
"scripts": {
113113
"build": "tsc",
114-
"prepublishOnly": "npm run build && jest --testPathPattern=spec",
114+
"prepublishOnly": "npm run build && jest --testPathPatterns=spec",
115115
"lint": "eslint 'index.ts' 'lib/**/*.ts' '__tests__/**/*.ts' --fix",
116116
"test": "jest",
117117
"test:coverage": "jest --coverage",

0 commit comments

Comments
 (0)