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
When using the following line, Webstorm's debugging of mocha tests fails with an exit code of 130.
chai.use(require('chai-fs'))
The only workaround I've found thus far is to remove chai-fs from my unit tests.
Logs:
/usr/local/bin/node --debug-brk=54452 /usr/local/lib/node_modules/mocha/bin/_mocha --timeout 259200000 --ui bdd --reporter /Applications/WebStorm.app/Contents/plugins/NodeJS/js/mocha-intellij/lib/mochaIntellijReporter.js /Users/username/Documents/project/test/simple-test.js --grep "simple test$" Debugger listening on port 54452 Process finished with exit code 130
Node: v5.6.0 Chai: v3.5.0 Chai-fs: v0.1.0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When using the following line, Webstorm's debugging of mocha tests fails with an exit code of 130.
The only workaround I've found thus far is to remove chai-fs from my unit tests.
Logs:
Node: v5.6.0
Chai: v3.5.0
Chai-fs: v0.1.0
The text was updated successfully, but these errors were encountered: