use jest in npm script

This commit is contained in:
Felicio Mununga 2022-06-01 07:14:27 +02:00
parent 697f21a3ab
commit 127c9081b9
No known key found for this signature in database
GPG Key ID: 0EB8D75C775AB6F1
1 changed files with 1 additions and 1 deletions

View File

@ -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",