From d90e998c06e3917b54839bd6dd0c51c1d8fc8180 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20CREUSAT?= Date: Fri, 30 Jun 2023 13:36:13 +0000 Subject: [PATCH] Merged in bugfix/fix-husky (pull request #73) fix(husky): husky is watching commit & push hooks again * fix(husky): husky is not watching pre-commit again Approved-by: Paulo Veiga --- packages/editor/test/unit/toolbar/toolbar.test.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/editor/test/unit/toolbar/toolbar.test.tsx b/packages/editor/test/unit/toolbar/toolbar.test.tsx index db8a96e2..23d0c8c0 100644 --- a/packages/editor/test/unit/toolbar/toolbar.test.tsx +++ b/packages/editor/test/unit/toolbar/toolbar.test.tsx @@ -2,7 +2,7 @@ * @jest-environment jsdom */ import React from 'react'; -import { render, fireEvent, waitFor, screen, findByLabelText, act } from '@testing-library/react'; +import { render, fireEvent, screen, act } from '@testing-library/react'; import ThreeDRotation from '@mui/icons-material/ThreeDRotation'; import Toolbar, { ToolbarButtonOption,