File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
packages/tailwindcss-language-server/tests/env Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -650,11 +650,6 @@ defineTest({
650650} )
651651
652652defineTest ( {
653- // This test sometimes takes a really long time on Windows because… Windows.
654- options : {
655- timeout : 30_000 ,
656- } ,
657-
658653 name : 'v3: Presets with a `#` in the name are loadable' ,
659654 fs : {
660655 'package.json' : json `
@@ -712,6 +707,11 @@ defineTest({
712707} )
713708
714709defineTest ( {
710+ // This test sometimes takes a really long time on Windows because… Windows.
711+ options : {
712+ timeout : 30_000 ,
713+ } ,
714+
715715 // This test *always* passes inside Vitest because our custom version of
716716 // `Module._resolveFilename` is not called. Our custom implementation is
717717 // using enhanced-resolve under the hood which is affected by the `#`
You can’t perform that action at this time.
0 commit comments