Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohann-S <johann.servoire@gmail.com>2019-03-13 17:23:50 +0300
committerJohann-S <johann.servoire@gmail.com>2019-07-23 15:23:50 +0300
commitc8c207465043d940aa031570f0bce5e8fff9ffcf (patch)
tree482f430ee84aa4cae8f76cebdec75791a60a50d1 /.babelrc.js
parent08d81c843706c2b952fadb703f3f9be709a8ca6a (diff)
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 44a5099541..6fdc98a4e7 100644
--- a/.babelrc.js
+++ b/.babelrc.js
@@ -11,10 +11,5 @@ module.exports = {
],
plugins: [
'@babel/plugin-proposal-object-rest-spread'
- ],
- env: {
- test: {
- plugins: [ 'istanbul' ]
- }
- }
+ ]
};