diff options
| author | Armand Philippot <git@armandphilippot.com> | 2022-03-31 14:25:12 +0200 |
|---|---|---|
| committer | Armand Philippot <git@armandphilippot.com> | 2022-03-31 15:25:41 +0200 |
| commit | d7d453f7333def28007b94b9c9d872f89224fc91 (patch) | |
| tree | 13d5f88b1d39d3eb46b7ba1c7003d11f827255e6 /__tests__/jest/components/Header.test.tsx | |
| parent | 6640cdd35cab960237b3011d7badc5b9b2eaa5bd (diff) | |
chore: add a button component
Diffstat (limited to '__tests__/jest/components/Header.test.tsx')
| -rw-r--r-- | __tests__/jest/components/Header.test.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/__tests__/jest/components/Header.test.tsx b/__tests__/jest/components/Header.test.tsx index de85e95..44c6871 100644 --- a/__tests__/jest/components/Header.test.tsx +++ b/__tests__/jest/components/Header.test.tsx @@ -1,6 +1,5 @@ import Header from '@components/Header/Header'; import { render } from '@test-utils'; -import '../__mocks__/matchMedia.mock'; // Toolbar uses forwardRef. Without mocking an error occurred. jest.mock('@components/Toolbar/Toolbar', () => 'div'); |
