From: Johann-S Date: Mon, 11 Jun 2018 19:32:16 +0000 (+0200) Subject: fix(polyfill): disable coverage for our polyfills X-Git-Tag: v5.0.0-alpha1~1301 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe580a8e5a0c0eaa17d88d48051fae4eb542ccce;p=thirdparty%2Fbootstrap.git fix(polyfill): disable coverage for our polyfills --- diff --git a/js/src/dom/polyfill.js b/js/src/dom/polyfill.js index 2c811c25af..159884df89 100644 --- a/js/src/dom/polyfill.js +++ b/js/src/dom/polyfill.js @@ -7,6 +7,7 @@ import Util from '../util' * -------------------------------------------------------------------------- */ +/* istanbul ignore next */ const Polyfill = (() => { // defaultPrevented is broken in IE const workingDefaultPrevented = (() => {