mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-07 03:41:06 +08:00
fix test
This commit is contained in:
parent
f5d8eaccae
commit
97d12d3f31
@ -29,6 +29,9 @@ jest.mock('fs-extra', () => {
|
|||||||
pathExists: jest.fn((p: string) => {
|
pathExists: jest.fn((p: string) => {
|
||||||
return false;
|
return false;
|
||||||
}),
|
}),
|
||||||
|
existsSync: jest.fn((p: string) => {
|
||||||
|
return false;
|
||||||
|
}),
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user