Skip to content
This repository was archived by the owner on Jul 23, 2025. It is now read-only.

Commit 1c1a7eb

Browse files
committed
fix(tests): more windows-specific test fixes
1 parent a7e756e commit 1c1a7eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/main.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ test('🧪 run() should convert patterns to locations.', async (t) => {
366366
'',
367367
'',
368368
'false',
369-
filePattern
369+
PLATFORM === 'win32' ? `"${filePattern}"` : filePattern
370370
);
371371
stdHook.unhook();
372372
} catch (err) {

0 commit comments

Comments
 (0)