mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 16:01:06 +08:00
Move test + try to fix
This commit is contained in:
parent
328a1eb96a
commit
a452c860aa
@ -1,8 +1,9 @@
|
|||||||
import fs from 'fs';
|
import fs from 'fs';
|
||||||
import { getReactScriptsPath } from '../cra-config';
|
import { getReactScriptsPath } from './cra-config';
|
||||||
|
|
||||||
jest.mock('fs', () => ({
|
jest.mock('fs', () => ({
|
||||||
realpathSync: jest.fn(),
|
realpathSync: jest.fn(),
|
||||||
|
existsSync: () => true,
|
||||||
}));
|
}));
|
||||||
jest.mock('mini-css-extract-plugin', () => {});
|
jest.mock('mini-css-extract-plugin', () => {});
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user