Skip to content

Commit 1b72467

Browse files
committed
ignore examples
1 parent ce04c4d commit 1b72467

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"test": "run-s test:types test:run",
3232
"test:all": "run-s test:types test:run test:integration test:integration:browser",
3333
"test:run": "jest --runInBand --detectOpenHandles",
34-
"test:coverage": "jest --runInBand --coverage --testPathIgnorePatterns=\"test/integration.*\"",
34+
"test:coverage": "jest --runInBand --coverage --testPathIgnorePatterns=\"test/integration.*|examples\"",
3535
"test:integration": "jest --runInBand --detectOpenHandles test/integration.test.ts",
3636
"test:integration:browser": "deno test --allow-all test/integration.browser.test.ts",
3737
"test:db": "cd infra/db && docker-compose down && docker-compose up -d && sleep 5",

0 commit comments

Comments
 (0)