aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorShin'ya Ueoka <ueokande@i-beam.org>2019-04-14 12:35:37 +0000
committerGitHub <noreply@github.com>2019-04-14 12:35:37 +0000
commit640ac38fb6d486159057d1bc8d78d1792f1d1784 (patch)
treef9b4f6da33a445856f8dc22487588ba6b69323cd /package.json
parent859d0372b5bb7297a0b8ed37a559d88a425f3799 (diff)
parent908973a0a246474342246c2bad09a6db809e9084 (diff)
Merge pull request #564 from ueokande/lanthan-integration-test
Use lanthan to do E2E testing
Diffstat (limited to 'package.json')
-rw-r--r--package.json7
1 files changed, 3 insertions, 4 deletions
diff --git a/package.json b/package.json
index 861cb9a..bbceb2f 100644
--- a/package.json
+++ b/package.json
@@ -7,7 +7,7 @@
"package": "npm run build && script/package.sh",
"lint": "eslint --ext .jsx,.js src",
"test": "karma start",
- "test:e2e": "mocha --timeout 5000 e2e"
+ "test:e2e": "mocha --timeout 8000 e2e"
},
"repository": {
"type": "git",
@@ -48,9 +48,8 @@
"sass-loader": "^7.1.0",
"sinon-chrome": "^2.3.2",
"style-loader": "^0.23.1",
- "web-ext": "github:ueokande/web-ext#patched-3.0.0",
"webextensions-api-fake": "^0.5.1",
- "webpack": "^4.29.6",
- "webpack-cli": "^3.2.3"
+ "webpack": "^4.30.0",
+ "webpack-cli": "^3.3.0"
}
}