2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03:00

v4 improve coverage (#25945)

* Improve code coverage for our Button plugin

* improve coverage for our Alert plugin

* test tooltip update method

* test update and dispose for dropdown

* increase code coverage requirements
This commit is contained in:
Johann-S
2018-04-10 09:28:29 +02:00
committed by GitHub
parent 875ed0b975
commit 0871d69ec9
7 changed files with 214 additions and 7 deletions
+3 -1
View File
@@ -7,7 +7,9 @@
"globals": {
"bootstrap": false,
"sinon": false,
"Util": false
"Util": false,
"Alert": false,
"Button": false
},
"parserOptions": {
"ecmaVersion": 5,