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