728x90
I got the warning below when running the unit test.
The CJS build of Vite's Node API is deprecated. See https://vite.dev/guide/troubleshooting.html#vite-cjs-node-api-deprecated for more details.
Let's add below in package.json
"type": "module"
Done! working!
728x90
'공부' 카테고리의 다른 글
[CSS] :is(), max(), min(), clamp(), inset, @supports (0) | 2025.05.18 |
---|---|
File is a CommonJS module; it may be converted to an ES module.ts(80001) (0) | 2025.05.16 |