mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-06 06:21:23 +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) => {
|
||||
return false;
|
||||
}),
|
||||
existsSync: jest.fn((p: string) => {
|
||||
return false;
|
||||
}),
|
||||
};
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user