Correct spelling mistake

This commit is contained in:
Blade Barringer
2015-08-02 21:55:16 -05:00
parent 475b868e67
commit f0283278b9

View File

@@ -85,7 +85,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: 'Servser Side Specs\t', suite: 'Server Side Specs\t',
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/)