Recent update broke how we consume Jest tests in Next.js codegen project

hey plasmic team,
i think one of the recent updates broke how we consume some of the Jest tests in our Next.js Codegen project

i’m pretty sure it’s because an import changed from @plasmicapp/host to @plasmicapp/react-web/lib/host, which Jest doesn’t see as a precompiled package and complains about

i’ve tried to mess with the Jest config so it knows how to handle that path but haven’t been able to successfully do so, any ideas?
thank you :slightly_smiling_face:

image.png

Could you try upgrading to latest react-web?

thanks for the reply @chungwu, it worked