diff options
| author | Johann-S <[email protected]> | 2019-03-13 16:23:50 +0200 |
|---|---|---|
| committer | Johann-S <[email protected]> | 2019-07-23 14:23:50 +0200 |
| commit | c8c207465043d940aa031570f0bce5e8fff9ffcf (patch) | |
| tree | 482f430ee84aa4cae8f76cebdec75791a60a50d1 /.babelrc.js | |
| parent | 08d81c843706c2b952fadb703f3f9be709a8ca6a (diff) | |
| download | bootstrap-c8c207465043d940aa031570f0bce5e8fff9ffcf.tar.xz bootstrap-c8c207465043d940aa031570f0bce5e8fff9ffcf.zip | |
Switch from QUnit to Jasmine.
Diffstat (limited to '.babelrc.js')
| -rw-r--r-- | .babelrc.js | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/.babelrc.js b/.babelrc.js index 44a509954..6fdc98a4e 100644 --- a/.babelrc.js +++ b/.babelrc.js @@ -11,10 +11,5 @@ module.exports = { ], plugins: [ '@babel/plugin-proposal-object-rest-spread' - ], - env: { - test: { - plugins: [ 'istanbul' ] - } - } + ] }; |
