Browse Source

Add command line options to mocha for running tests (#3064)

gemini
wimrijnders 7 years ago
committed by yotamberk
parent
commit
02911c0d3a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      package.json

+ 1
- 1
package.json View File

@ -23,7 +23,7 @@
],
"main": "./dist/vis.js",
"scripts": {
"test": "mocha",
"test": "mocha --compilers js:babel-core/register",
"build": "gulp",
"lint": "eslint lib",
"watch": "gulp watch",

Loading…
Cancel
Save