diff options
| author | Johann-S <[email protected]> | 2018-03-09 23:17:57 +0100 |
|---|---|---|
| committer | Johann-S <[email protected]> | 2018-03-13 15:37:11 +0100 |
| commit | 4d5c5923fae8a4f85462708a2b87c0698cd06b79 (patch) | |
| tree | 374eab823a62bdce4d6c0e4800aa4c1ec8d7a265 /package.json | |
| parent | c98ece549001f35e0e75fb59ff2236a9c1a97b9d (diff) | |
| download | bootstrap-4d5c5923fae8a4f85462708a2b87c0698cd06b79.tar.xz bootstrap-4d5c5923fae8a4f85462708a2b87c0698cd06b79.zip | |
Add Sinon to do better unit test
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json index 12dd00ed9..0f1a32614 100644 --- a/package.json +++ b/package.json @@ -107,6 +107,7 @@ "karma-detect-browsers": "^2.2.6", "karma-firefox-launcher": "^1.1.0", "karma-qunit": "^1.2.1", + "karma-sinon": "^1.0.5", "node-sass": "^4.7.2", "nodemon": "^1.17.1", "npm-run-all": "^4.1.2", @@ -118,6 +119,7 @@ "rollup-plugin-node-resolve": "^3.0.3", "shelljs": "^0.8.1", "shx": "^0.2.2", + "sinon": "^4.4.3", "sri-toolbox": "^0.2.0", "stylelint": "^9.1.1", "stylelint-config-recommended-scss": "^3.1.0", |
