fix test failure 2

This commit is contained in:
x13machine 2019-03-11 15:02:13 -05:00
parent b6b2a4fb56
commit 4dacb50e57

View File

@ -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();