diff --git a/tasks/gulp-tests.js b/tasks/gulp-tests.js index 65621bb70e..e3b469a9a2 100644 --- a/tasks/gulp-tests.js +++ b/tasks/gulp-tests.js @@ -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/)