chore: disable jiti_cache when running vitest

This commit is contained in:
Daniel Roe 2024-05-02 11:50:37 +01:00
parent 572c367455
commit 2786595f52
No known key found for this signature in database
GPG Key ID: 3714AB03996F442B

View File

@ -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"
},