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 106537b commit 0b2eee5Copy full SHA for 0b2eee5
package.json
@@ -17,7 +17,7 @@
17
],
18
"scripts": {
19
"test": "jest --verbose --colors",
20
- "test:ci": "jest --setupFilesAfterEnv ./ciSetup.js --verbose --colors --testPathIgnorePatterns /node_modules/|/tests/versions.test.ts",
+ "test:ci": "jest --setupFilesAfterEnv ./ciSetup.js --verbose --colors --testPathIgnorePatterns node_modules/|tests/versions.test.ts",
21
"os-compat:ci": "jest --setupFilesAfterEnv ./ciSetup.js --verbose --colors --runTestsByPath tests/versions.test.ts"
22
},
23
"engines": {
0 commit comments