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
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?
and my tsconfig.ts looks like this:
when I run tests using
vitest command I get: ReferenceError: describe is not definedI'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?