]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
karma: stop excluding polyfill.js from istanbul (#30740)
authorXhmikosR <xhmikosr@gmail.com>
Sun, 1 Nov 2020 13:52:24 +0000 (15:52 +0200)
committerGitHub <noreply@github.com>
Sun, 1 Nov 2020 13:52:24 +0000 (15:52 +0200)
js/src/dom/polyfill.js
js/tests/karma.conf.js

index 61e75eccd0711b888c156d89969e4140d89c35b0..ed982587b61007f2c49e9df342691ff85aa9af86 100644 (file)
@@ -1,5 +1,3 @@
-/* istanbul ignore file */
-
 /**
  * --------------------------------------------------------------------------
  * Bootstrap (v5.0.0-alpha2): dom/polyfill.js
index e87ee1cc71f0fdc29294af857fc2cc5f4a7fa3de..688868b1892f8f8cb9fbbad585a89221e07f132d 100644 (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
           }
         }
       }