mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-14 10:12:21 +00:00
Correct tabbing on server side specs reporting
This commit is contained in:
parent
a07d0cde85
commit
8b75de56b6
1 changed files with 1 additions and 1 deletions
|
|
@ -93,7 +93,7 @@ gulp.task('test:server_side:safe', ['test:prepare:build'], (cb) => {
|
|||
testBin('mocha test/server_side'),
|
||||
(err, stdout, stderr) => {
|
||||
testResults.push({
|
||||
suite: 'Server Side Specs\t',
|
||||
suite: 'Server Side Specs',
|
||||
pass: testCount(stdout, /(\d+) passing/),
|
||||
fail: testCount(stderr, /(\d+) failing/),
|
||||
pend: testCount(stdout, /(\d+) pending/)
|
||||
|
|
|
|||
Loading…
Reference in a new issue