jest icon indicating copy to clipboard operation
jest copied to clipboard

transform automatic for react not working inside yarn workspace

Open WoodenPC opened this issue 2 years ago • 0 comments

Hi, i have project, configured with yarn workspaces. Project structure: node_modules src/packages/ui-kit <- Trying to test this package

When i write transform: { react: { runtime: 'automatic', }, }, inside swc jest config i get error TypeError: (0 , _jsxRuntime.jsx) is not a function. What should i do? It seems that swc cannot find react to import runtime js file from node_modules

React version is 17.0.2 .Written as dev dependency and peer dep inside ui-kit package.json "@swc/jest": "0.2.29",

WoodenPC avatar Sep 14 '23 16:09 WoodenPC