aboutsummaryrefslogtreecommitdiff
path: root/.babelrc.js
diff options
context:
space:
mode:
authorJohann-S <[email protected]>2019-03-13 16:23:50 +0200
committerJohann-S <[email protected]>2019-07-23 14:23:50 +0200
commitc8c207465043d940aa031570f0bce5e8fff9ffcf (patch)
tree482f430ee84aa4cae8f76cebdec75791a60a50d1 /.babelrc.js
parent08d81c843706c2b952fadb703f3f9be709a8ca6a (diff)
downloadbootstrap-c8c207465043d940aa031570f0bce5e8fff9ffcf.tar.xz
bootstrap-c8c207465043d940aa031570f0bce5e8fff9ffcf.zip
Switch from QUnit to Jasmine.
Diffstat (limited to '.babelrc.js')
-rw-r--r--.babelrc.js7
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' ]
- }
- }
+ ]
};