Skip to content

Commit

Permalink
chore: updating mocha test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
masumsoft committed Jun 17, 2018
1 parent 353769f commit eecc6e5
Show file tree
Hide file tree
Showing 2 changed files with 97 additions and 37 deletions.
130 changes: 95 additions & 35 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"eslint-plugin-import": "^2.8.0",
"gremlin": "^2.6.0",
"istanbul": "^0.4.5",
"mocha": "^3.5.3",
"mocha": "^5.2.0",
"mocha-logger": "^1.0.5",
"mocha-silent-reporter": "^1.0.0",
"nyc": "^11.2.1",
Expand All @@ -47,7 +47,7 @@
"test": "npm run build --silent && npm run mocha --silent && npm run cover --silent && npm run lint --silent && npm run codeclimate --silent",
"build": "echo-cli 'building babel sources, please wait...' && babel src -d lib",
"prepublish": "npm run build --silent",
"mocha": "echo-cli 'starting mocha test runner...' && mocha --compilers js:babel-core/register --bail",
"mocha": "echo-cli 'starting mocha test runner...' && mocha --require babel-core/register --bail",
"lint": "echo-cli 'checking for eslint errors...' && eslint src && eslint test",
"cover": "echo-cli 'building coverage data, please wait...' && nyc --reporter=lcov --reporter=text-summary --require babel-register mocha --reporter mocha-silent-reporter",
"codeclimate": "codeclimate-test-reporter < coverage/lcov.info || true"
Expand Down

0 comments on commit eecc6e5

Please sign in to comment.