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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
here is my config;
mochaTest: { options: { reporter: 'mochawesome', reporterOptions: { reportDir: 'build/test/mocha/', reportName: 'result', inlineAssets: true }, quiet: false, ignoreLeaks: true, globals: ['app', 'env'] }, src: ['tests/**/*.js'] },
and getting this after upgrading to mocha 6.x series
Warning: Cannot read property 'toString' of undefined Use --force to continue.
The text was updated successfully, but these errors were encountered:
related to; almirfilho@8cdb5ae
Sorry, something went wrong.
Ran into the same thing; thanks @bonesoul for the link to the fix!
hopefully we can get a proper fix soon :/
No branches or pull requests
here is my config;
and getting this after upgrading to mocha 6.x series
Warning: Cannot read property 'toString' of undefined Use --force to continue.
The text was updated successfully, but these errors were encountered: