mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 17:01:07 +08:00
skip more tests on windows for now
This commit is contained in:
parent
031be97390
commit
15331251b4
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user