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

Breaks Debugging on Webstorm #12

Open
knitterb-razzle opened this issue Feb 23, 2016 · 0 comments
Open

Breaks Debugging on Webstorm #12

knitterb-razzle opened this issue Feb 23, 2016 · 0 comments

Comments

@knitterb-razzle
Copy link

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

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

1 participant