Skip to content

Commit e026e81

Browse files
committed
Fixed jshint error in runner.js
1 parent 4a8c64a commit e026e81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/runner.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ var yargs = require('yargs')
1111
type: 'string',
1212
default: '/path/to/test/runner',
1313
description: 'path to test runner to be inserted in browserstack.json'
14-
})
14+
});
1515
})
1616
.option('browsers', {
1717
alias: 'b',

0 commit comments

Comments
 (0)