aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorShin'ya Ueoka <ueokande@i-beam.org>2018-02-04 17:50:48 +0900
committerShin'ya Ueoka <ueokande@i-beam.org>2018-02-04 17:51:11 +0900
commitb26d027ce8326d5c233a3295c98b2147bda49727 (patch)
tree18c340ef20ba68cdf3c4354902e6f8ed08c8e2a6 /package.json
parent2362f68fcb1a9994fe6395673b71348660678c7d (diff)
add test:e2e
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index 6e1ad2c..f3ded13 100644
--- a/package.json
+++ b/package.json
@@ -7,6 +7,7 @@
"package": "npm run build && script/package.sh",
"lint": "eslint --ext .jsx,.js src",
"test": "karma start",
+ "test:e2e": "karma start e2e/karma.conf.js",
"ambassador:start": "webpack -w --debug --context e2e/ambassador --devtool inline-source-map",
"ambassador:build": "webpack --context e2e/ambassador"
},