Lily Skye
Lily Skye
I have tried it but it does not fix the issue. To test: * Clone the repro repo * Run `yarn upgrade karma-nightmare@latest` * Test the issue as described in...
It looks like the preload script only runs the first time you load the window, not on subsequent refreshes; I think that's the issue here. I am using this workaround...
I think we could avoid the unnecessary parens in that case with an `ifBreak`
For reference: The current behavior is desired. See https://github.com/prettier/prettier/pull/3988#pullrequestreview-97354272
It looks like your computer might be running out of memory- see this line: ``` FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory...
@mkreim You might find success by leveraging the NODE_OPTIONS environment variable that @trzecieu mentioned
This is likely due to the behavior of `vm`; see https://github.com/nodejs/node-v0.x-archive/issues/1277 Does Jest do anything to try to avoid this right now?
Jest team- should the node (and maybe jsdom) environment(s) be changed to put things like `Error`, `Array`, etc from the running context into the vm context? I believe that would...