diff options
Diffstat (limited to 'src/components/atoms/layout')
| -rw-r--r-- | src/components/atoms/layout/column.test.tsx | 1 | ||||
| -rw-r--r-- | src/components/atoms/layout/copyright.test.tsx | 1 | ||||
| -rw-r--r-- | src/components/atoms/layout/main.test.tsx | 1 | ||||
| -rw-r--r-- | src/components/atoms/layout/no-script.test.tsx | 1 | ||||
| -rw-r--r-- | src/components/atoms/layout/notice.test.tsx | 1 | ||||
| -rw-r--r-- | src/components/atoms/layout/section.test.tsx | 1 | ||||
| -rw-r--r-- | src/components/atoms/layout/sidebar.test.tsx | 1 |
7 files changed, 7 insertions, 0 deletions
diff --git a/src/components/atoms/layout/column.test.tsx b/src/components/atoms/layout/column.test.tsx index fd3c9e7..7e747c6 100644 --- a/src/components/atoms/layout/column.test.tsx +++ b/src/components/atoms/layout/column.test.tsx @@ -1,3 +1,4 @@ +import { describe, expect, it } from '@jest/globals'; import { render, screen } from '../../../../tests/utils'; import { Column } from './column'; diff --git a/src/components/atoms/layout/copyright.test.tsx b/src/components/atoms/layout/copyright.test.tsx index 3631545..1e2230c 100644 --- a/src/components/atoms/layout/copyright.test.tsx +++ b/src/components/atoms/layout/copyright.test.tsx @@ -1,3 +1,4 @@ +import { describe, expect, it } from '@jest/globals'; import { render, screen } from '../../../../tests/utils'; import { CCBySA } from '../icons'; import { Copyright } from './copyright'; diff --git a/src/components/atoms/layout/main.test.tsx b/src/components/atoms/layout/main.test.tsx index f6b8064..58dc660 100644 --- a/src/components/atoms/layout/main.test.tsx +++ b/src/components/atoms/layout/main.test.tsx @@ -1,3 +1,4 @@ +import { describe, expect, it } from '@jest/globals'; import { render, screen } from '../../../../tests/utils'; import { Main } from './main'; diff --git a/src/components/atoms/layout/no-script.test.tsx b/src/components/atoms/layout/no-script.test.tsx index 3f6b79c..b737d7e 100644 --- a/src/components/atoms/layout/no-script.test.tsx +++ b/src/components/atoms/layout/no-script.test.tsx @@ -1,3 +1,4 @@ +import { describe, expect, it } from '@jest/globals'; import { render, screen } from '../../../../tests/utils'; import { NoScript } from './no-script'; diff --git a/src/components/atoms/layout/notice.test.tsx b/src/components/atoms/layout/notice.test.tsx index 16c530d..f5213e4 100644 --- a/src/components/atoms/layout/notice.test.tsx +++ b/src/components/atoms/layout/notice.test.tsx @@ -1,3 +1,4 @@ +import { describe, expect, it } from '@jest/globals'; import { render, screen } from '../../../../tests/utils'; import { Notice } from './notice'; diff --git a/src/components/atoms/layout/section.test.tsx b/src/components/atoms/layout/section.test.tsx index c81a0a0..6a2805d 100644 --- a/src/components/atoms/layout/section.test.tsx +++ b/src/components/atoms/layout/section.test.tsx @@ -1,3 +1,4 @@ +import { describe, expect, it } from '@jest/globals'; import { render, screen } from '../../../../tests/utils'; import { Section } from './section'; diff --git a/src/components/atoms/layout/sidebar.test.tsx b/src/components/atoms/layout/sidebar.test.tsx index e2c15c3..12b2f61 100644 --- a/src/components/atoms/layout/sidebar.test.tsx +++ b/src/components/atoms/layout/sidebar.test.tsx @@ -1,3 +1,4 @@ +import { describe, expect, it } from '@jest/globals'; import { render, screen } from '../../../../tests/utils'; import { Sidebar } from './sidebar'; |
