Carlos Ortegon

Results 7 comments of Carlos Ortegon

I have the same issue, I think is probably related to [Babel Issue 6808](https://github.com/babel/babel/issues/6808)

As a workaround I have two methods, the first one is to put every group in separate steps and the second method is to split it in separate jobs using...

Hi @callingmedic911, I have been facing problems with memory heap on github actions, one of the solutions I found is importing the mocks only once under [redwood/packages/testing/config/jest/web/jest.setup.js](https://github.com/redwoodjs/redwood/blob/59d31b3fca3fd6a247722d0b54f58a61b87e4c75/packages/testing/config/jest/web/jest.setup.js#L21-L25). instead of: ```...

Just to report, that after update with redwood 3.x the memory leaks went away. so this probably should be close