From a22214f2a2efcdac2666e1aad3332cb49d2f2198 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Mon, 25 Sep 2023 15:24:06 +0200 Subject: build: convert project to esm --- src/components/templates/sectioned/sectioned-layout.test.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/components/templates/sectioned') diff --git a/src/components/templates/sectioned/sectioned-layout.test.tsx b/src/components/templates/sectioned/sectioned-layout.test.tsx index 204f0d4..2370337 100644 --- a/src/components/templates/sectioned/sectioned-layout.test.tsx +++ b/src/components/templates/sectioned/sectioned-layout.test.tsx @@ -1,5 +1,6 @@ -import { render, screen } from '../../../../tests/utils'; +import { describe, expect, it } from '@jest/globals'; import { BreadcrumbList } from 'schema-dts'; +import { render, screen } from '../../../../tests/utils'; import { SectionedLayout } from './sectioned-layout'; const breadcrumbSchema: BreadcrumbList['itemListElement'][] = []; -- cgit v1.2.3