mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-24 14:43:08 +03:00
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:
parent
48ad254df3
commit
c1f5216646
@ -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"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user