You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While following the Getting Started guide I pulled the latest version of Mocha, which doesn't exit the process after completing the tests (https://github.com/mochajs/mocha/releases/tag/v4.0.0, you can revert to the old behavior by passing a --exit flag to the mocha run command). However it took me a while to realize this and thought something was wrong with detox. I had to run the example project to finally understand I had a newer version of mocha.
Maybe you should migrate to the new mocha version, passing the --exit flag in the default mocha.opts? Or declare a peer dependency of mocha 3? Not sure about the best way to handle this.
Steps to Reproduce
Upgrade mocha to the latest version in the example project and run the tests; it seems to just hang after completing the tests.
Detox, Node, Device, Xcode and macOS Versions
Detox: 5.9.3
Node: 8.7.0
Device: iPhone 7 Plus, iOS 11.1
Xcode: 9.1
macOS: 10.13
Device and verbose Detox logs
na
The text was updated successfully, but these errors were encountered:
Description
While following the Getting Started guide I pulled the latest version of Mocha, which doesn't exit the process after completing the tests (https://github.com/mochajs/mocha/releases/tag/v4.0.0, you can revert to the old behavior by passing a
--exit
flag to the mocha run command). However it took me a while to realize this and thought something was wrong with detox. I had to run the example project to finally understand I had a newer version of mocha.Maybe you should migrate to the new mocha version, passing the
--exit
flag in the default mocha.opts? Or declare a peer dependency of mocha 3? Not sure about the best way to handle this.Steps to Reproduce
Upgrade mocha to the latest version in the example project and run the tests; it seems to just hang after completing the tests.
Detox, Node, Device, Xcode and macOS Versions
Device and verbose Detox logs
na
The text was updated successfully, but these errors were encountered: