1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-14 09:34:36 +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 * Bootstrap (v5.0.0-alpha2): dom/polyfill.js

View File

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