mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-16 06:07:21 +01:00
Correct spelling mistake
This commit is contained in:
@@ -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/)
|
||||||
|
|||||||
Reference in New Issue
Block a user