fix test failure 2
This commit is contained in:
parent
b6b2a4fb56
commit
4dacb50e57
@ -3,7 +3,7 @@ var specTests = require('../../');
|
||||
it('should run spec tests', function () {
|
||||
// hide output
|
||||
spyOn(console, 'log');
|
||||
if (!specTests({stop: true})) {
|
||||
if (!specTests(['', '', '--stop'])) {
|
||||
// if tests fail rerun tests and show output
|
||||
console.log.and.callThrough();
|
||||
specTests();
|
||||
|
Loading…
x
Reference in New Issue
Block a user