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 a9f846a commit efb4682Copy full SHA for efb4682
package.json
@@ -14,7 +14,7 @@
14
"jest:watch": "node --experimental-vm-modules ./node_modules/.bin/jest --no-cache --ci --color --detectOpenHandles --forceExit --runInBand --debug --watchAll",
15
"style:format": "npx --yes prettier --write 'src/**/*.js'",
16
"style:check": "npx --yes prettier --check 'src/**/*.js'",
17
- "test": "jest",
+ "test": "npm run jest:ci",
18
"test:all": "npm run lint && npm run jest && echo 'Done.'",
19
"test:watch": "npx --yes concurrently -k -s first --names \"LINT,TEST\" -p \"[{name}]\" \"npm run lint:watch\" \"npm run jest:watch\"",
20
"update-all": "npm install $(npm outdated | cut -d' ' -f 1 | sed '1d' | xargs -I '$' echo '$@latest' | xargs echo)"
0 commit comments