codesandbox/sandpack

SandPack test Runs Forever, It used to work but not anymore

Opened this issue · 2 comments

Bug report

Packages affected

  • sandpack-client
  • sandpack-react

Description of the problem

Sandpack test runs forever when I click on run Test. Below is my test file

test('renders component', () => {
  const { debug } = render(<App />);
  debug();
});

As you can see in this image it keeps loading. Forever.
image

And I'm getting these warnings.

image

One more thing I noticed is it's only happening in the dev server of NEXTJS, when I build the NextApp it works great. It started happening recently. I guess when I updated my NEXTJS to lastest one.

same here