You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For #TestingMondays, I'd like to increase our coverage for src/node/cli.ts. 293 is missing coverage.
We already have tests in place for parse.
To test this, we should create a test which uses a config file and adds an option that doesn't exist. We expect the function to throw an error with a specific message.