Skip to content

Commit 0def6c6

Browse files
authored
Merge pull request #724 from hypothesis/fix-commander-error
Set allowExcessArguments in commander used in runTests
2 parents 17ec54b + cef61c2 commit 0def6c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/tests.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ export async function runTests({
3232
}) {
3333
// Parse command-line options for test execution.
3434
program
35+
.allowExcessArguments()
3536
.option(
3637
'--grep <pattern>',
3738
'Run only tests where filename matches a regex pattern',

0 commit comments

Comments
 (0)