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
As I've noted in the global teardown file of the colonyDapp integration tests, I've ran into an issue where the whole process doesn't exit cleanly: https://github.com/JoinColony/colonyDapp/blob/7410f9bcb9b30ffbd0cbd027c9342494cb9d5788/integration-testing/utils/integration-testing-teardown.js#L37-L52
colonyDapp
I have to hard exit the jest test runner using process.exit().
jest
process.exit()
I suspect this is has something to do with trufflepig since this only started to happen after I've added it to the integration tests setup.
trufflepig
Maybe it's something to do with how I use it / configure it, or maybe it's something else entirely.
In any case it requires some digging.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
As I've noted in the global teardown file of the
colonyDapp
integration tests, I've ran into an issue where the whole process doesn't exit cleanly: https://github.com/JoinColony/colonyDapp/blob/7410f9bcb9b30ffbd0cbd027c9342494cb9d5788/integration-testing/utils/integration-testing-teardown.js#L37-L52I have to hard exit the
jest
test runner usingprocess.exit()
.I suspect this is has something to do with
trufflepig
since this only started to happen after I've added it to the integration tests setup.Maybe it's something to do with how I use it / configure it, or maybe it's something else entirely.
In any case it requires some digging.
The text was updated successfully, but these errors were encountered: