Skip to content
This repository has been archived by the owner on Oct 23, 2018. It is now read-only.

Testing

Sean edited this page Oct 2, 2018 · 1 revision

If your tests pass but Jest hangs and doesn't exit, that probably means you didn't properly complete an asynchronous action somewhere, such as not awaiting a Promise.

Clone this wiki locally