mirror of
https://github.com/twbs/bootstrap.git
synced 2024-11-29 11:24:18 +01:00
karma: stop excluding polyfill.js from istanbul (#30740)
This commit is contained in:
parent
421e2482e2
commit
59692ce862
@ -1,5 +1,3 @@
|
||||
/* istanbul ignore file */
|
||||
|
||||
/**
|
||||
* --------------------------------------------------------------------------
|
||||
* Bootstrap (v5.0.0-alpha2): dom/polyfill.js
|
||||
|
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user