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
This commit is contained in:
Clément CREUSAT 2023-06-30 13:36:13 +00:00 committed by Paulo Veiga
parent 8e45d7062c
commit d90e998c06
1 changed files with 1 additions and 1 deletions

View File

@ -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,