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 () {
|
it('should run spec tests', function () {
|
||||||
// hide output
|
// hide output
|
||||||
spyOn(console, 'log');
|
spyOn(console, 'log');
|
||||||
if (!specTests({stop: true})) {
|
if (!specTests(['', '', '--stop'])) {
|
||||||
// if tests fail rerun tests and show output
|
// if tests fail rerun tests and show output
|
||||||
console.log.and.callThrough();
|
console.log.and.callThrough();
|
||||||
specTests();
|
specTests();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user