aboutsummaryrefslogtreecommitdiff
path: root/js/tests/unit
diff options
context:
space:
mode:
authorJohann-S <[email protected]>2018-03-09 23:17:57 +0100
committerJohann-S <[email protected]>2018-03-13 15:37:11 +0100
commit4d5c5923fae8a4f85462708a2b87c0698cd06b79 (patch)
tree374eab823a62bdce4d6c0e4800aa4c1ec8d7a265 /js/tests/unit
parentc98ece549001f35e0e75fb59ff2236a9c1a97b9d (diff)
downloadbootstrap-4d5c5923fae8a4f85462708a2b87c0698cd06b79.tar.xz
bootstrap-4d5c5923fae8a4f85462708a2b87c0698cd06b79.zip
Add Sinon to do better unit test
Diffstat (limited to 'js/tests/unit')
-rw-r--r--js/tests/unit/.eslintrc.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/tests/unit/.eslintrc.json b/js/tests/unit/.eslintrc.json
index 9e1c60a6c..02dc9c9a4 100644
--- a/js/tests/unit/.eslintrc.json
+++ b/js/tests/unit/.eslintrc.json
@@ -5,6 +5,7 @@
"jquery": true
},
"globals": {
+ "sinon": false,
"Util": false
},
"parserOptions": {