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

Use mocha --exit flag in your mocha test suite #13

Open
mattcollier opened this issue Feb 24, 2019 · 1 comment
Open

Use mocha --exit flag in your mocha test suite #13

mattcollier opened this issue Feb 24, 2019 · 1 comment

Comments

@mattcollier
Copy link

mattcollier commented Feb 24, 2019

If you're using this module along with mocha 4+ in your own test suite, you may notice that mocha is not terminating. This is due to event listeners etc in the underlying redis module.

See package file in this module.
https://github.com/RedisGraph/redisgraph.js/blob/master/package.json#L18

See: https://boneskull.com/mocha-v4-nears-release/#mochawontforceexit

@gkorland
Copy link
Contributor

Thanks we are using it in our circleci configuration

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

2 participants