Skip to content

Commit

Permalink
add expect import
Browse files Browse the repository at this point in the history
  • Loading branch information
tibuurcio committed Jan 24, 2024
1 parent cadca52 commit 4a547a7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/data-entry/Checkbox/Checkbox.stories.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* eslint-disable @typescript-eslint/no-floating-promises */

import { type Meta } from '@storybook/react'
import { type StoryObj } from '@storybook/react'
import { Checkbox, Divider } from 'src/components'
Expand All @@ -6,6 +8,7 @@ import { ExampleStory } from 'src/utils/ExampleStory'
import { type CheckboxValueType } from 'antd/es/checkbox/Group'
import { type ICheckboxProps } from 'src/components/data-entry/Checkbox/Checkbox'
import { userEvent } from '@storybook/test'
import { expect } from '@storybook/test'

const meta: Meta<typeof Checkbox> = {
title: 'Aquarium/Data Entry/Checkbox',
Expand Down

0 comments on commit 4a547a7

Please sign in to comment.