implemented jest-preset

This commit is contained in:
Sebastian Sdorra
2019-10-10 14:32:37 +02:00
parent b330bceac1
commit 631f2f6482
12 changed files with 54 additions and 75 deletions

View File

@@ -1,5 +1,12 @@
import initStoryshots from "@storybook/addon-storyshots";
/*import initStoryshots from "@storybook/addon-storyshots";
initStoryshots({
/* configuration options */
});*/
describe("noop", () => {
it("is all good", () => {
});
});