diff --git a/package.json b/package.json index dfa5fd763d..067c93783c 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "test:fixtures:webpack": "TEST_BUILDER=webpack pnpm test:fixtures", "test:runtime": "vitest -c vitest.nuxt.config.ts", "test:types": "pnpm --filter './test/fixtures/**' test:types", - "test:unit": "vitest run packages/", + "test:unit": "JITI_CACHE=0 vitest run packages/", "typecheck": "tsc --noEmit", "typecheck:docs": "DOCS_TYPECHECK=true pnpm nuxi prepare && nuxt-content-twoslash verify --content-dir docs" },