Update inject-decorator.test.js.snap

This commit is contained in:
Michael Shilman 2019-07-08 17:40:11 +08:00
parent dae9e16913
commit 7ef476872e

View File

@ -866,7 +866,7 @@ storiesOf('Foo', module)
`;
exports[`inject-decorator will not change the source when there are no "storiesOf" functions 1`] = `
"var addSourceDecorator = require(\\"@storybook/source-loader\\").addSource;
"var addSourceDecorator = require(\\"@storybook/source-loader/dist/preview\\").addSource;
while(true) {
console.log(\\"it's a kind of magic\\");
}"