[Bug]: @storybook/testing-library
does not work with with Next v13.5.1 & @storybook/nextjs
out of the box
#24304
Labels
Describe the bug
After upgrading to Next v13.5.1 &
@storybook/*
v7.4.5 all test fails.To Reproduce
Setup jest test using
@storybook/testing-library
and@storybook/nextjs
with latestnext.js
.System
Additional context
lalated to #24234
the fix introduced here won't work with jest.
I can workaround by modifying
jest.config.js
like thisThe text was updated successfully, but these errors were encountered: