SandPack test Runs Forever, It used to work but not anymore
Opened this issue · 2 comments
theashishmaurya commented
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.
And I'm getting these warnings.
theashishmaurya commented
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.
frivolta commented
same here