Skip to content

Commit

Permalink
feat: swap to storybook/test calls
Browse files Browse the repository at this point in the history
  • Loading branch information
Luqmaan Essop authored and luqmaanessop committed Jan 26, 2024
1 parent d9b8b7b commit 101df37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/ui/src/components/Molecules/Pagination.stories.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Meta, StoryObj } from '@storybook/react';
import { userEvent, within } from '@storybook/testing-library';
import { within, userEvent } from '@storybook/test';

import { Pagination as Component } from './Pagination';

Expand Down
2 changes: 1 addition & 1 deletion packages/ui/src/components/Organisms/Header.stories.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { FrameQuery, Locale, registerExecutor, Url } from '@custom/schema';
import { Meta, StoryObj } from '@storybook/react';
import { userEvent, within } from '@storybook/testing-library';
import { userEvent, within } from '@storybook/test';
import React from 'react';

import { Header } from './Header';
Expand Down

0 comments on commit 101df37

Please sign in to comment.