mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 23:01:16 +08:00
skip more tests on windows for now
This commit is contained in:
parent
62cdc32919
commit
fb95386ae4
@ -61,6 +61,7 @@ const options = {
|
||||
docs: { enabled: true, defaultName: 'docs', docsPage: false },
|
||||
};
|
||||
|
||||
// TODO Revisit this test later, when we have a windows machine @valentinpalkovic
|
||||
(process.platform === 'win32' ? describe.skip : describe)('StoryIndexGenerator', () => {
|
||||
beforeEach(() => {
|
||||
const actual = jest.requireActual('@storybook/csf-tools');
|
||||
|
@ -68,6 +68,7 @@ const getInitializedStoryIndexGenerator = async (
|
||||
return generator;
|
||||
};
|
||||
|
||||
// TODO Revisit this test later, when we have a windows machine @valentinpalkovic
|
||||
(process.platform === 'win32' ? describe.skip : describe)('useStoriesJson', () => {
|
||||
const use = jest.fn();
|
||||
const router: Router = { use } as any;
|
||||
|
Loading…
x
Reference in New Issue
Block a user