How do I make vitest globals work with my Tanstack Start config?
I have an app.config.ts like this:
and my tsconfig.ts looks like this:
when I run tests using
vitest
command I get: ReferenceError: describe is not defined
I'm migrating the app from React Router Framework to Tanstack Start and previously everthing's been working as expected, did I miss some specific option for Tanstack Start?1 Reply
like-goldOP•5mo ago
Nvm, managed to resolve it by creating
vitest.config.ts
with the next content: