diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2018-05-05 15:07:13 +0900 |
---|---|---|
committer | Shin'ya Ueoka <ueokande@i-beam.org> | 2018-05-05 15:07:13 +0900 |
commit | 1b70ee966de0a3a1776d8db74a7f7d40c2ee11f1 (patch) | |
tree | 2a375590e595e167c54b7f7234298e70ffebd465 /package.json | |
parent | c9c18966e6f59e8bc16dfd65394041491cba539e (diff) |
install browser mock for test
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package.json b/package.json index 7feed45..14ffc56 100644 --- a/package.json +++ b/package.json @@ -37,14 +37,17 @@ "karma-html2js-preprocessor": "^1.1.0", "karma-mocha": "^1.3.0", "karma-mocha-reporter": "^2.2.3", + "karma-sinon": "^1.0.5", "karma-sourcemap-loader": "^0.3.7", "karma-webpack": "^3.0.0", "mocha": "^5.0.0", "node-sass": "^4.5.3", "preact": "^8.2.6", "sass-loader": "^7.0.1", + "sinon-chrome": "^2.3.1", "style-loader": "^0.21.0", "web-ext": "github:ueokande/web-ext#patched-2.4.0", + "webextensions-api-fake": "^0.5.1", "webpack": "^4.1.1", "webpack-cli": "^2.0.11" } |