Skip to content

Commit 4c54fa2

Browse files
committed
ci(package): update test npm scripts
1 parent f0358d5 commit 4c54fa2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@
5959
"prepare": "node -e \"execa = require('execa'); if(process.env.CI === undefined && (process.env.NODE_ENV === undefined || process.env.NODE_ENV == 'development')) { execa.sync('npx', ['husky', 'install'], { stdout: 'inherit', stderr: 'inherit' }); } else { console.log('skipped installing husky git hooks'); }\"",
6060
"test": "npm run test:unit --",
6161
"test:all": "NODE_ENV=test jest --coverage",
62-
"test:integration": "NODE_ENV=test jest --coverage 'integration-.*\\.test\\.ts.*'",
63-
"test:unit": "NODE_ENV=test jest",
64-
"test:update": "npm test:all -- --updateSnapshot --coverage"
62+
"test:integration": "NODE_ENV=test jest 'integration-.*\\.test\\.ts.*'",
63+
"test:unit": "NODE_ENV=test jest --testPathIgnorePatterns 'integration-.*\\.test\\.ts.*' dist",
64+
"test:update": "npm test:all -- --updateSnapshot"
6565
},
6666
"dependencies": {
6767
"debug": "^4.3.4",

0 commit comments

Comments
 (0)