mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-09 00:19:13 +08:00
Remove rogue comment
This commit is contained in:
parent
ef3385392c
commit
353dfb10a2
@ -10,8 +10,6 @@ export function __setMockFiles(newMockFiles: Record<string, string | null>) {
|
||||
mockFiles = newMockFiles;
|
||||
}
|
||||
|
||||
// A custom version of `readdirSync` that reads from the special mocked out
|
||||
// file list set via __setMockFiles
|
||||
export const writeFile = vi.fn(async (filePath: string, content: string) => {
|
||||
mockFiles[filePath] = content;
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user