]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fix(polyfill): disable coverage for our polyfills
authorJohann-S <johann.servoire@gmail.com>
Mon, 11 Jun 2018 19:32:16 +0000 (21:32 +0200)
committerXhmikosR <xhmikosr@gmail.com>
Wed, 20 Feb 2019 20:05:45 +0000 (22:05 +0200)
js/src/dom/polyfill.js

index 2c811c25af0903bf8f6478e657819977617473f9..159884df89b40dc8ad55f6bf08021fa879a97c8d 100644 (file)
@@ -7,6 +7,7 @@ import Util from '../util'
  * --------------------------------------------------------------------------
  */
 
+/* istanbul ignore next */
 const Polyfill = (() => {
   // defaultPrevented is broken in IE
   const workingDefaultPrevented = (() => {