Skip to content

Commit 720a70a

Browse files
update test structure and ci script
1 parent f6b31a4 commit 720a70a

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
],
1818
"scripts": {
1919
"test": "jest --verbose --colors",
20-
"test:ci": "jest --setupFilesAfterEnv ./ciSetup.js --verbose --colors --testPathIgnorePatterns node_modules/|tests/versions.test.ts",
20+
"test:ci": "jest --setupFilesAfterEnv ./ciSetup.js --verbose --colors --runTestsByPath tests/ci",
2121
"os-compat:ci": "jest --setupFilesAfterEnv ./ciSetup.js --verbose --colors --runTestsByPath tests/versions.test.ts"
2222
},
2323
"engines": {
File renamed without changes.

0 commit comments

Comments
 (0)