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 testing issues with Jest, I noticed that the teardown for Realm is quite slow. A simple open and close will take about 10 seconds before the process finally closes.
Here is a sample in Jest:
While testing issues with Jest, I noticed that the teardown for Realm is quite slow. A simple open and close will take about 10 seconds before the process finally closes.
Here is a sample in Jest:
Here is an example in Node:
We should see if it's possible to make the teardown instantaneous.
The text was updated successfully, but these errors were encountered: