Skip to content

Commit 4dacb50

Browse files
committed
fix test failure 2
1 parent b6b2a4f commit 4dacb50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/specs/original/specs-spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ var specTests = require('../../');
33
it('should run spec tests', function () {
44
// hide output
55
spyOn(console, 'log');
6-
if (!specTests({stop: true})) {
6+
if (!specTests(['', '', '--stop'])) {
77
// if tests fail rerun tests and show output
88
console.log.and.callThrough();
99
specTests();

0 commit comments

Comments
 (0)