Skip to content

Commit

Permalink
fix test failure 2
Browse files Browse the repository at this point in the history
  • Loading branch information
x13machine committed Mar 11, 2019
1 parent b6b2a4f commit 4dacb50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/specs/original/specs-spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 4dacb50

Please sign in to comment.