-
-
Notifications
You must be signed in to change notification settings - Fork 26.9k
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
*Feature request - allow global async initializer #2548
Comments
I am running all my test with webStorm jest integration, so creating my own script that initialize and then run the test will fall with webStorm integration |
This is more for jest than cra I think. See the response here. |
The solution in there will make the async initializer to be run for each test. |
shai32
changed the title
*Feature request - allow global async initlaize
*Feature request - allow global async initializer
Jun 17, 2017
how do you deal with async initializer like db initialisation? |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
feature request - allow global async initializer
What is the current behavior?
setupFiles and setupTestFrameworkScriptFile, are running before each test (as it say in the docs)
also there is no way to wait for an async initializer
What is the expected behavior?
The text was updated successfully, but these errors were encountered: