mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 02:21:05 +08:00
fix(addon-storyshots): Remove excess slashes from jest transform warning
It's printing all of them, so I copied all of them, and that didn't work!
This commit is contained in:
parent
96037ad718
commit
963ed75800
@ -43,7 +43,7 @@ export class Stories2SnapsConverter {
|
||||
To fix it, add following to your jest.config.js:
|
||||
transform: {
|
||||
// should be above any other js transform like babel-jest
|
||||
'^.+\\\\.stories\\\\.js$': '@storybook/addon-storyshots/injectFileName',
|
||||
'^.+\\.stories\\.js$': '@storybook/addon-storyshots/injectFileName',
|
||||
}
|
||||
`
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user