You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -745,29 +744,13 @@ export function resolveConfig(
745
744
}
746
745
747
746
if(resolved.cache!==false){
748
-
letcacheDir=VitestCache.resolveCacheDir(
749
-
'',
750
-
viteConfig.cacheDir,
751
-
resolved.name,
752
-
)
753
-
754
-
if(resolved.cache&&resolved.cache.dir){
755
-
logger.console.warn(
756
-
c.yellow(
757
-
`${c.inverse(
758
-
c.yellow(' Vitest '),
759
-
)} "cache.dir" is deprecated, use Vite's "cacheDir" instead if you want to change the cache director. Note caches will be written to "cacheDir\/vitest"`,
`"cache.dir" is deprecated, use Vite's "cacheDir" instead if you want to change the cache director. Note caches will be written to "cacheDir\/vitest"`,
0 commit comments