Skip to content

Commit 3397c7f

Browse files
Merge pull request #13 from it-shark-pro/hot-fix-use-babel-by-default
Debug with zero configurations
2 parents a1ba2e3 + 578426c commit 3397c7f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"scripts": {
66
"lint": "eslint ./**/*.js",
77
"precommit": "lint-staged",
8-
"test": "./node_modules/.bin/mocha --require babel-core/register",
8+
"test": "./node_modules/.bin/mocha",
99
"test-debug": "./node_modules/.bin/mocha --debug-brk"
1010
},
1111
"author": "IT Shark Pro",

test/mocha.opts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
--colors
1+
--colors
2+
--require babel-core/register

0 commit comments

Comments
 (0)