Updated members-api tests to use 'dot' reporter

no-issue

This makes it much easier to see which tests have failed & why
This commit is contained in:
Fabien O'Carroll 2021-03-25 12:42:19 +00:00
parent 48ad254df3
commit c1f5216646

View File

@ -7,7 +7,7 @@
"main": "index.js",
"scripts": {
"dev": "echo \"Implement me!\"",
"test": "NODE_ENV=testing mocha './test/**/*.test.js'",
"test": "NODE_ENV=testing mocha --reporter dot './test/**/*.test.js'",
"lint": "eslint '**/*.js'",
"posttest": "yarn lint"
},