try to ignore tests on windows?

This commit is contained in:
sebastien 2025-12-05 20:09:29 +01:00
parent d168d18aa6
commit e3e5fe6520

View File

@ -68,6 +68,7 @@ export async function eject({
// In particular the .d.ts files that theme build output contains
typescript ? null : '**/*.{d.ts,ts,tsx}',
'**/{__fixtures__,__tests__}/*',
'**\\{__fixtures__,__tests__}\\*',
]),
});