Skip to content

Commit 578426c

Browse files
committed
Use babel by default
1 parent a1ba2e3 commit 578426c

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)