Skip to content

Commit 223e670

Browse files
committed
fix(chaos): use --testPathPatterns (Jest 30 renamed from --testPathPattern)
1 parent 9d61d9d commit 223e670

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
@@ -9,7 +9,7 @@
99
"start": "node dist/index.js",
1010
"test": "jest --runInBand",
1111
"test:watch": "jest --watch",
12-
"test:chaos": "jest --runInBand --testPathPattern=tests/chaos --testTimeout=300000 --config=jest.chaos.config.js",
12+
"test:chaos": "jest --runInBand --testPathPatterns=tests/chaos --testTimeout=300000 --config=jest.chaos.config.js",
1313
"db:generate": "prisma generate",
1414
"db:migrate": "prisma migrate dev",
1515
"db:push": "prisma db push",

0 commit comments

Comments
 (0)