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
there are some issues with using jest with any version of node >= 6.11.0. There is a memory leak that causes the tests to expand a lot. The addition of their work around workerIdleMemoryLimit didn't seem to alleviate our problem. There are other approaches we could take but after talking to Austin we decided to just use this version of node for now.
migrating to github action tests and scripts changes have led to better test performance. While it is still an issue it does not affect us as much right now with how tests are run
there are some issues with using jest with any version of node >= 6.11.0. There is a memory leak that causes the tests to expand a lot. The addition of their work around
workerIdleMemoryLimit
didn't seem to alleviate our problem. There are other approaches we could take but after talking to Austin we decided to just use this version of node for now.The text was updated successfully, but these errors were encountered: