🐛 Fix storybook and remove Jest

This commit is contained in:
Thomas "ajnart" Camlong
2022-05-14 10:10:18 +02:00
parent 9a3ef24619
commit 96ab5dd9a7
4 changed files with 2 additions and 19 deletions

View File

@@ -1,5 +1,5 @@
module.exports = {
stories: ['../components/**/*.story.mdx', '../components/**/*.story.*'],
stories: ['../src/components/**/*.story.mdx', '../src/components/**/*.story.*'],
addons: [
'storybook-dark-mode',
'@storybook/addon-links',