Skip to content

Commit 4d51557

Browse files
modify os-compat:ci script
1 parent addcc83 commit 4d51557

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
@@ -18,7 +18,7 @@
1818
"scripts": {
1919
"test": "jest --verbose --colors",
2020
"test:ci": "jest tests/ci --setupFilesAfterEnv ./ciSetup.js --verbose --colors",
21-
"os-compat:ci": "jest --setupFilesAfterEnv ./ciSetup.js --verbose --colors --runTestsByPath tests/versions.test.ts"
21+
"os-compat:ci": "jest tests/versions.test.ts --setupFilesAfterEnv ./ciSetup.js --verbose --colors"
2222
},
2323
"engines": {
2424
"node": ">=16.6.0",

0 commit comments

Comments
 (0)