diff options
| author | Johann-S <[email protected]> | 2020-03-25 20:59:53 +0100 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2020-03-25 22:32:37 +0200 |
| commit | fe492d8021d6f8dc3dde05da014fb1dfaf0b042a (patch) | |
| tree | aa9ee8d1abd48c643cff6a64182f89cb619a07ab /js/tests | |
| parent | 2c86fdb2543fbd73458451c41da39d0558bf0c5f (diff) | |
| download | bootstrap-fe492d8021d6f8dc3dde05da014fb1dfaf0b042a.tar.xz bootstrap-fe492d8021d6f8dc3dde05da014fb1dfaf0b042a.zip | |
fix babel config in our files
Diffstat (limited to 'js/tests')
| -rw-r--r-- | js/tests/karma.conf.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/js/tests/karma.conf.js b/js/tests/karma.conf.js index 61f17dedf..536c1ab2f 100644 --- a/js/tests/karma.conf.js +++ b/js/tests/karma.conf.js @@ -75,6 +75,7 @@ const conf = { externalHelpersWhitelist: [ 'defineProperties', 'createClass', + 'createSuper', 'inheritsLoose', 'defineProperty', 'objectSpread2' |
