chore: handle non-iterable arrays in test environment#7993
chore: handle non-iterable arrays in test environment#7993SimenB wants to merge 2 commits intojestjs:mainfrom
Conversation
|
Doesn't even work :( Seems I gave up last time: #4630. And the test is purposefully ignored |
Totally. We've had other issues related to this and running the runner code in a different environment and then just share its globals with the test environment would probably solve them all. |
|
The information I had was that |
|
This PR is stale because it has been open 1 year with no activity. Remove stale label or comment or this will be closed in 30 days. |
|
This PR was closed because it has been stalled for 30 days with no activity. Please open a new PR if the issue is still relevant, linking to this one. |
|
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Summary
Fixes #3879. I absolutely hate this solution. Maybe we should figure out a plan which allows us to run the test environment outside of the user sandbox? Would allow us to ditch the babel plugin, which is turning into a monster
Test plan
The test that was never run will now run, and hopefully pass