Skip to content

Commit efb4682

Browse files
author
Gonzalo Diaz
committed
[CONFIG] [NPM] test action fixed.
1 parent a9f846a commit efb4682

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
@@ -14,7 +14,7 @@
1414
"jest:watch": "node --experimental-vm-modules ./node_modules/.bin/jest --no-cache --ci --color --detectOpenHandles --forceExit --runInBand --debug --watchAll",
1515
"style:format": "npx --yes prettier --write 'src/**/*.js'",
1616
"style:check": "npx --yes prettier --check 'src/**/*.js'",
17-
"test": "jest",
17+
"test": "npm run jest:ci",
1818
"test:all": "npm run lint && npm run jest && echo 'Done.'",
1919
"test:watch": "npx --yes concurrently -k -s first --names \"LINT,TEST\" -p \"[{name}]\" \"npm run lint:watch\" \"npm run jest:watch\"",
2020
"update-all": "npm install $(npm outdated | cut -d' ' -f 1 | sed '1d' | xargs -I '$' echo '$@latest' | xargs echo)"

0 commit comments

Comments
 (0)