mirror of
https://github.com/prymitive/karma
synced 2026-05-05 03:16:51 +00:00
fix(ci): migrate storybook config to new format
This commit is contained in:
committed by
Łukasz Mierzwa
parent
53605898d1
commit
f57cf94849
4
ui/.storybook/main.js
Normal file
4
ui/.storybook/main.js
Normal file
@@ -0,0 +1,4 @@
|
||||
module.exports = {
|
||||
addons: ["@storybook/preset-create-react-app"],
|
||||
stories: ["../src/**/*.stories.tsx"],
|
||||
};
|
||||
@@ -1 +0,0 @@
|
||||
module.exports = ["@storybook/preset-create-react-app"];
|
||||
Reference in New Issue
Block a user