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 720a70a commit d32bb4aCopy full SHA for d32bb4a
package.json
@@ -17,7 +17,7 @@
17
],
18
"scripts": {
19
"test": "jest --verbose --colors",
20
- "test:ci": "jest --setupFilesAfterEnv ./ciSetup.js --verbose --colors --runTestsByPath tests/ci",
+ "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"
22
},
23
"engines": {
0 commit comments