Conversation
shakefu
left a comment
There was a problem hiding this comment.
It looks like tests are passing but the Mocha process isn't exiting. Please see if you can figure out how to get the tests to exit properly when they're finished and I'll merge and release.
|
Thanks Jake, traveling at the moment but I'll get it fixed in the next day or so. |
|
@shakefu what's the trick for running these tests locally? I figured I just needed to have etcd installed locally and have tried both by using homebrew and installing it in a similar way to Travis (via It times out when creating a new Config instance in the before all hook (https://github.com/shakefu/jetconfig/blob/master/test/index.js#L24). I can add testing instructions to the README too once I understand them. |
I believe I used to run tests against the standard etcd2 docker image, e.g. |
|
@carterbancroft You could probably also reference how the etcd service is spun up in the |
No description provided.