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