vitest error
I was writing some tests yesterday using vitest which I have had set up for a long time. Everything was working fine and then all of a sudden I started getting this error from the framework (see image). I can't find anything about this error online and I didnt change my vitest config at all. Anyone have any ideas
what's going on?
1 Reply
I tried deleting node_modules and redoing
npm install
I also tried rebooting, for the record
In case anyone else sees this. You cannot import vi for vitest froma. global setup / cleanup file