ayoapantaku.comResolving "Object literal may only specify known properties, and 'test' does not exist in type 'UserConfigExport'"I was setting up tests for a Vite project using vitest and stumbled upon a very weird error while including my setup test file in the vite.config.ts: It turns out test isn't exported from UserConfigExport interface and it only allows properties defi...Mar 16, 2024·1 min read