From c8c207465043d940aa031570f0bce5e8fff9ffcf Mon Sep 17 00:00:00 2001 From: Johann-S Date: Wed, 13 Mar 2019 16:23:50 +0200 Subject: Switch from QUnit to Jasmine. --- .babelrc.js | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to '.babelrc.js') 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' ] - } - } + ] }; -- cgit v1.2.3