Skip to content

Commit

Permalink
Allow excess arguments.
Browse files Browse the repository at this point in the history
  • Loading branch information
rtibbles committed Jan 7, 2025
1 parent f1750da commit 164dfc7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/kolibri-tools/lib/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,7 @@ program
.command('test')
.option('--config [config]', 'Set configuration for jest tests')
.allowUnknownOption()
.allowExcessArguments(true)
.action(function (options) {
const baseConfigPath = path.resolve(__dirname, '../jest.conf');
if (process.env.NODE_ENV == null) {
Expand Down

0 comments on commit 164dfc7

Please sign in to comment.