mirror of
https://github.com/prymitive/karma
synced 2026-08-23 11:56:20 +00:00
fix(ci): migrate storybook config to new format
This commit is contained in:
committed by
Łukasz Mierzwa
parent
53605898d1
commit
f57cf94849
@@ -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