Open Maxim-Mazurok opened 1 year ago
Fixed by adding test.environment: "happy-dom"
to the vite.config.js
Actually, seems like we already have jsdom
in deps, so it worked as well.
Also npm ci
doesn't work on npm@8.19.2
might want to run npm i
instead, hope it helps
Description of the bug
npm ci && vitest
doesn't work:Steps To Reproduce
Additional Information