Skip to content
This repository has been archived by the owner on Apr 8, 2024. It is now read-only.

Commit

Permalink
skip test
Browse files Browse the repository at this point in the history
  • Loading branch information
jwulf committed Oct 25, 2023
1 parent 93048d4 commit c881547
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"test": "jest --detectOpenHandles --testPathIgnorePatterns integration local-integration disconnection",
"test:integration": "jest --runInBand --testPathIgnorePatterns disconnection --detectOpenHandles --verbose true",
"test:local": "jest --runInBand --verbose true --detectOpenHandles local-integration",
"test:docker": "jest --runInBand --testPathIgnorePatterns disconnection onConnectionError --detectOpenHandles --verbose true",
"test:docker": "jest --runInBand --testPathIgnorePatterns disconnection local-integration --detectOpenHandles --verbose true",
"test:disconnect": "jest --runInBand --verbose true --detectOpenHandles disconnection",
"test&docs": "npm test && npm run docs",
"dev": "tsc-watch --onSuccess \"npm run test&docs\" -p tsconfig.json --outDir dist"
Expand Down

0 comments on commit c881547

Please sign in to comment.