diff options
Diffstat (limited to 'src/components/atoms/images')
| -rw-r--r-- | src/components/atoms/images/logo.test.tsx | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/src/components/atoms/images/logo.test.tsx b/src/components/atoms/images/logo.test.tsx index 81aec3a..06301d0 100644 --- a/src/components/atoms/images/logo.test.tsx +++ b/src/components/atoms/images/logo.test.tsx @@ -1,3 +1,4 @@ +import { describe, expect, it } from '@jest/globals';  import { render, screen } from '../../../../tests/utils';  import { Logo } from './logo'; | 
