2019-10-20 16:59:02 +02:00
|
|
|
import path from "path";
|
|
|
|
|
import initStoryshots from "@storybook/addon-storyshots";
|
2019-10-19 16:38:07 +02:00
|
|
|
|
|
|
|
|
initStoryshots({
|
2019-10-20 16:59:02 +02:00
|
|
|
configPath: path.resolve(__dirname, "..", ".storybook")
|
2019-10-19 16:38:07 +02:00
|
|
|
});
|