We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a8c64a commit e026e81Copy full SHA for e026e81
bin/runner.js
@@ -11,7 +11,7 @@ var yargs = require('yargs')
11
type: 'string',
12
default: '/path/to/test/runner',
13
description: 'path to test runner to be inserted in browserstack.json'
14
- })
+ });
15
})
16
.option('browsers', {
17
alias: 'b',
0 commit comments