mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-25 17:22:50 +00:00
try to ignore tests on windows?
This commit is contained in:
parent
d168d18aa6
commit
e3e5fe6520
|
|
@ -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__}\\*',
|
||||
]),
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue