Feat/frontend vitest
Hi @AugustinMauroy maybe you have an idea why the vitest tests don't work. I ported settings.spec.ts to the new directory for tests but it is complaining about not finding a module. Do you know why?
Heyyy ! how dit you call test, I mean which command did you use ?
Heyyy !
how dit you call test, I mean which command did you use ?
Hey :). Thanks for helping me out. It's npx vitest --config vitest.config.ts
Ok I got it ! it's because vitest cannot make esm and cjs in same time so when you still have require you I'll need to use import
Ok I got it ! it's because vitest cannot make esm and cjs in same time so when you still have require you I'll need to use import
Thanks. I'll check if import works :).