use jest in npm script
This commit is contained in:
parent
84749cee74
commit
6b67c4229f
|
@ -16,7 +16,7 @@
|
||||||
"lint:examples": "eslint 'examples/**/*.{ts,tsx}'",
|
"lint:examples": "eslint 'examples/**/*.{ts,tsx}'",
|
||||||
"format": "prettier --write .",
|
"format": "prettier --write .",
|
||||||
"typecheck": "wsrun -e -c -s typecheck",
|
"typecheck": "wsrun -e -c -s typecheck",
|
||||||
"test": "wsrun -e -c -s test"
|
"test": "jest"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "^7.18.2",
|
"@babel/core": "^7.18.2",
|
||||||
|
|
Loading…
Reference in New Issue