We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e162a5 commit fc48a8eCopy full SHA for fc48a8e
package.json
@@ -31,7 +31,7 @@
31
"test": "run-s test:types test:run",
32
"test:all": "run-s test:types test:run test:integration test:integration:browser",
33
"test:run": "jest --runInBand --detectOpenHandles",
34
- "test:coverage": "jest --runInBand --coverage --testPathIgnorePatterns=\"test/integration.*\"",
+ "test:coverage": "jest --runInBand --coverage --testPathIgnorePatterns=\"test/integration.*|examples\"",
35
"test:integration": "jest --runInBand --detectOpenHandles test/integration.test.ts",
36
"test:integration:browser": "deno test --allow-all test/integration.browser.test.ts",
37
"test:db": "cd infra/db && docker-compose down && docker-compose up -d && sleep 5",
0 commit comments