We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Tests run with no error
Error thrown when test run completed
TypeError: fn is not a function at MultiReporters.done (node_modules/mocha-multi-reporters/lib/MultiReporters.js:97:16)
└── [email protected] The reporter throws an error one completion if there is not callback function supplied in mocha.run();
mocha.run();
DoneHandler
The text was updated successfully, but these errors were encountered:
chore(deps): update dependency sinon to v9 (#48)
8c66d2b
Co-authored-by: Renovate Bot <[email protected]>
No branches or pull requests
Expected behavior
Tests run with no error
Actual behavior
Error thrown when test run completed
Information about the Issue
└── [email protected]
The reporter throws an error one completion if there is not callback function supplied in
mocha.run();
Steps to reproduce the behavior
DoneHandler
mocha.run();
The text was updated successfully, but these errors were encountered: