Skip to content

Commit

Permalink
Fix Mocha warning about --compilers (phoenixframework#3183)
Browse files Browse the repository at this point in the history
  • Loading branch information
kazk authored and Gazler committed Dec 11, 2018
1 parent eb03a70 commit 1918066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"sideEffects": false,
"scripts": {
"test": "mocha ./test/**/*.js --exit --compilers js:@babel/register -r jsdom-global/register",
"test": "mocha ./test/**/*.js --exit -r @babel/register -r jsdom-global/register",
"docs": "documentation build js/phoenix.js -f html -o ../doc/js",
"build": "webpack --mode production",
"watch": "webpack --mode development --watch"
Expand Down

0 comments on commit 1918066

Please sign in to comment.