Skip to content

Commit

Permalink
💚 - test: fix the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
svenvandescheur committed Jun 11, 2024
1 parent 022e889 commit 4bd625f
Show file tree
Hide file tree
Showing 9 changed files with 755 additions and 571 deletions.
1 change: 1 addition & 0 deletions frontend/.storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ const config: StorybookConfig = {
"@storybook/addon-essentials",
"@chromatic-com/storybook",
"@storybook/addon-interactions",
"storybook-addon-mock",
],
framework: {
name: "@storybook/react-webpack5",
Expand Down
1 change: 1 addition & 0 deletions frontend/.storybook/preview.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import "@maykin-ui/admin-ui/style";
import type { Preview } from "@storybook/react";

const preview: Preview = {
Expand Down
49 changes: 49 additions & 0 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
"prettier": "3.2.5",
"prop-types": "^15.8.1",
"storybook": "^8.0.10",
"storybook-addon-mock": "^5.0.0",
"webpack": "^5.91.0"
}
}
Loading

0 comments on commit 4bd625f

Please sign in to comment.