Correct tabbing on server side specs reporting

This commit is contained in:
Blade Barringer
2015-08-22 21:40:56 -05:00
parent a07d0cde85
commit 8b75de56b6

View File

@@ -93,7 +93,7 @@ gulp.task('test:server_side:safe', ['test:prepare:build'], (cb) => {
testBin('mocha test/server_side'), testBin('mocha test/server_side'),
(err, stdout, stderr) => { (err, stdout, stderr) => {
testResults.push({ testResults.push({
suite: 'Server Side Specs\t', suite: 'Server Side Specs',
pass: testCount(stdout, /(\d+) passing/), pass: testCount(stdout, /(\d+) passing/),
fail: testCount(stderr, /(\d+) failing/), fail: testCount(stderr, /(\d+) failing/),
pend: testCount(stdout, /(\d+) pending/) pend: testCount(stdout, /(\d+) pending/)