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/organisms/layout/comments-list.test.tsx | 1 + 1 file changed, 1 insertion(+) (limited to 'src/components/organisms/layout/comments-list.test.tsx') diff --git a/src/components/organisms/layout/comments-list.test.tsx b/src/components/organisms/layout/comments-list.test.tsx index 0518425..f245ebb 100644 --- a/src/components/organisms/layout/comments-list.test.tsx +++ b/src/components/organisms/layout/comments-list.test.tsx @@ -1,3 +1,4 @@ +import { describe, expect, it } from '@jest/globals'; import { render } from '../../../../tests/utils'; import { saveComment } from './comment.fixture'; import { CommentsList } from './comments-list'; -- cgit v1.2.3