mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2024-11-13 02:37:57 +01:00
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:
parent
8e45d7062c
commit
d90e998c06
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user