Now mocha uses the list reporter

master
Paul Loyd 2017-11-16 15:21:27 +03:00
parent f9a80591ad
commit 8fb189bdaf
1 changed files with 1 additions and 1 deletions

View File

@ -39,6 +39,6 @@
"scripts": {
"prepare": "npm run build",
"build": "babel src/ -d lib/",
"test": "nyc mocha --require @babel/register tests/run.js"
"test": "nyc mocha -r @babel/register -R list tests/run.js"
}
}