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:
@@ -1,5 +1,3 @@
|
|||||||
/* istanbul ignore file */
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* --------------------------------------------------------------------------
|
* --------------------------------------------------------------------------
|
||||||
* Bootstrap (v5.0.0-alpha2): dom/polyfill.js
|
* Bootstrap (v5.0.0-alpha2): dom/polyfill.js
|
||||||
|
@@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user