From 7da8ca058b3868669e4e57ae614c1bea4de9e2fd Mon Sep 17 00:00:00 2001 From: johnjbarton Date: Wed, 20 Jun 2018 10:41:11 -0700 Subject: [PATCH] fix(deps): remove babel-core and babel call in wallaby. (#3044) This change was originally added by @dignifiedquire, but mixed with other changes. --- package.json | 1 - wallaby.js | 7 ------- 2 files changed, 8 deletions(-) diff --git a/package.json b/package.json index 00347a84d..2ac478ef1 100644 --- a/package.json +++ b/package.json @@ -384,7 +384,6 @@ }, "devDependencies": { "LiveScript": "^1.3.0", - "babel-core": "^6.26.0", "browserify": "^14.5.0", "chai": "^4.1.2", "chai-as-promised": "^7.1.1", diff --git a/wallaby.js b/wallaby.js index e9b96d5db..cc45815b7 100644 --- a/wallaby.js +++ b/wallaby.js @@ -1,4 +1,3 @@ -const babel = require('babel-core') module.exports = function (wallaby) { return { @@ -32,12 +31,6 @@ module.exports = function (wallaby) { 'test/unit/**/*.spec.js' ], - compilers: { - '**/*.js': wallaby.compilers.babel({ - babel: babel - }) - }, - bootstrap: function (w) { var path = require('path') var mocha = w.testFramework