skip more tests on windows for now

This commit is contained in:
Kasper Peulen 2022-11-04 16:39:11 +01:00
parent 031be97390
commit 15331251b4

View File

@ -68,7 +68,7 @@ const getInitializedStoryIndexGenerator = async (
return generator;
};
describe('useStoriesJson', () => {
(process.platform === 'win32' ? describe.skip : describe)('useStoriesJson', () => {
const use = jest.fn();
const router: Router = { use } as any;
const send = jest.fn();