Skip to content

Commit

Permalink
ci: fixed calendar storybook test
Browse files Browse the repository at this point in the history
  • Loading branch information
Kwan Rimorin John Eric authored and Kwan Rimorin John Eric committed Oct 15, 2023
1 parent a6d4286 commit a4fd598
Show file tree
Hide file tree
Showing 4 changed files with 330 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .storybook/preview.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ import "./../src/css/main.css";
import "./../src/css/slip.css";
import "react-calendar/dist/Calendar.css";
import "react-bootstrap-range-slider/dist/react-bootstrap-range-slider.css";
import { mockDateDecorator } from "storybook-mock-date-decorator";
export const decorators = [mockDateDecorator];

const preview: Preview = {
parameters: {
Expand Down
Loading

0 comments on commit a4fd598

Please sign in to comment.