diff options
Diffstat (limited to 'src/components/molecules/tooltip')
| -rw-r--r-- | src/components/molecules/tooltip/tooltip.test.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/molecules/tooltip/tooltip.test.tsx b/src/components/molecules/tooltip/tooltip.test.tsx index af2c7e4..25a1614 100644 --- a/src/components/molecules/tooltip/tooltip.test.tsx +++ b/src/components/molecules/tooltip/tooltip.test.tsx @@ -1,3 +1,4 @@ +import { describe, expect, it } from '@jest/globals'; import { render, screen } from '../../../../tests/utils'; import { Tooltip } from './tooltip'; |
