1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-14 17:44:15 +02:00

karma: stop excluding polyfill.js from istanbul (#30740)

This commit is contained in:
XhmikosR
2020-11-01 15:52:24 +02:00
committed by GitHub
parent 421e2482e2
commit 59692ce862
2 changed files with 5 additions and 7 deletions

View File

@@ -1,5 +1,3 @@
/* istanbul ignore file */
/**
* --------------------------------------------------------------------------
* Bootstrap (v5.0.0-alpha2): dom/polyfill.js

View File

@@ -134,17 +134,17 @@ if (browserStack) {
emitWarning: false,
global: {
statements: 90,
branches: 90,
branches: 89,
functions: 90,
lines: 90
},
each: {
overrides: {
'js/src/dom/polyfill.js': {
statements: 39,
lines: 37,
branches: 19,
functions: 50
statements: 30,
lines: 30,
branches: 8,
functions: 30
}
}
}