Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Program unknown argument #367

Closed
KhalitovAdel opened this issue Oct 19, 2021 · 1 comment
Closed

Program unknown argument #367

KhalitovAdel opened this issue Oct 19, 2021 · 1 comment

Comments

@KhalitovAdel
Copy link
Contributor

I can start my jest tests with some arguments.
jest --color --someOtherArgs

In my test test I create:

const Maildev = require('maildev');
new Maildev();
...

I can see error: unknown argument --color for example.

This is throw from commander need additional flag .allowUnknownOption(true)

@KhalitovAdel KhalitovAdel changed the title Programm unknown argument Program unknown argument Oct 19, 2021
@KhalitovAdel
Copy link
Contributor Author

#368

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants