Casey Khuc
Results
2
comments of
Casey Khuc
The following solution should work. Summary: Override swc config for files that require `@swc/jest`. ```js const swcConfig = JSON.parse(fs.readFileSync(`${__dirname}/.swcrc`, "utf-8")); // --- transform: { ".+\\.ts$": [ "@swc/jest", { ...swcConfig, exclude:...
Seeing the same error on MacOS. I also close all chrome processes, retried with both Chrome and Chrome Dev but no luck.