chore: respect jest params in npm run wtest (#3085)
This commit is contained in:
parent
2b0b0a9119
commit
6e75533c63
|
|
@ -9,9 +9,9 @@
|
||||||
"node": ">=10.15.0"
|
"node": ">=10.15.0"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"ctest": "cross-env BROWSER=chromium npm run jest",
|
"ctest": "cross-env BROWSER=chromium jest",
|
||||||
"ftest": "cross-env BROWSER=firefox npm run jest",
|
"ftest": "cross-env BROWSER=firefox jest",
|
||||||
"wtest": "cross-env BROWSER=webkit npm run jest",
|
"wtest": "cross-env BROWSER=webkit jest",
|
||||||
"test": "npm run ctest && npm run ftest && npm run wtest",
|
"test": "npm run ctest && npm run ftest && npm run wtest",
|
||||||
"eslint": "[ \"$CI\" = true ] && eslint --quiet -f codeframe --ext js,ts ./src || eslint --ext js,ts ./src",
|
"eslint": "[ \"$CI\" = true ] && eslint --quiet -f codeframe --ext js,ts ./src || eslint --ext js,ts ./src",
|
||||||
"tsc": "tsc -p .",
|
"tsc": "tsc -p .",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue