aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShin'ya Ueoka <ueokande@i-beam.org>2021-09-26 15:01:32 +0900
committerShin'ya Ueoka <ueokande@i-beam.org>2021-09-26 16:12:58 +0900
commit11d6d725eee2ac0a1c16e4c7a4ce4f296bb6b016 (patch)
treea636c2eed31e5bdfe56db9977f6856835f802fb4
parent84df6f233677a16f8a3f84b3eb7e77923da2c7fa (diff)
Use jest on npm script
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index d30e8dc..a44978d 100644
--- a/package.json
+++ b/package.json
@@ -9,7 +9,7 @@
"lint": "eslint --ext .ts,.tsx .",
"lint:fix": "eslint --ext .ts,.tsx . --fix",
"type-checks": "tsc --noEmit",
- "test": "karma start",
+ "test": "jest",
"test:e2e": "mocha --timeout 20000 --retries 10 --require ts-node/register --extension ts e2e"
},
"repository": {