Skip to content

Commit

Permalink
fix: Fixing jest ignore patterns.
Browse files Browse the repository at this point in the history
  • Loading branch information
tazarov committed Feb 7, 2024
1 parent f7653d5 commit e5fd18a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"testnoauth": "run-s db:clean db:run test:runfull db:clean",
"testauth": "run-s db:cleanauth test:runfull-authonly db:cleanauth",
"test:set-port": "cross-env URL=localhost:8001",
"test:run": "jest --runInBand --testPathIgnorePatterns='[\"test/auth.*.test.ts\",\"test/ssl.*.test.ts\"]'",
"test:run": "jest --runInBand --testPathIgnorePatterns=test/auth.*.test.ts --testPathIgnorePatterns=test/ssl.*.test.ts",
"test:run-ssl": "jest --runInBand --testPathPattern=test/ssl.*.test.ts",
"test:run-auth-basic": "jest --runInBand --testPathPattern=test/auth.basic.test.ts",
"test:run-auth-token": "jest --runInBand --testPathPattern=test/auth.token.test.ts",
Expand Down

0 comments on commit e5fd18a

Please sign in to comment.