We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c88ebc6 commit 7da8ca0Copy full SHA for 7da8ca0
package.json
@@ -384,7 +384,6 @@
384
},
385
"devDependencies": {
386
"LiveScript": "^1.3.0",
387
- "babel-core": "^6.26.0",
388
"browserify": "^14.5.0",
389
"chai": "^4.1.2",
390
"chai-as-promised": "^7.1.1",
wallaby.js
@@ -1,4 +1,3 @@
1
-const babel = require('babel-core')
2
3
module.exports = function (wallaby) {
4
return {
@@ -32,12 +31,6 @@ module.exports = function (wallaby) {
32
31
'test/unit/**/*.spec.js'
33
],
34
35
- compilers: {
36
- '**/*.js': wallaby.compilers.babel({
37
- babel: babel
38
- })
39
- },
40
-
41
bootstrap: function (w) {
42
var path = require('path')
43
var mocha = w.testFramework
0 commit comments