Frontend tests improvements (#13115)
Fix warnings and lower coverage by 0.1%
This commit is contained in:
+1
-2
@@ -1,5 +1,4 @@
|
||||
import { act } from 'react-dom/test-utils';
|
||||
import { renderHook } from '@testing-library/react';
|
||||
import { act, renderHook } from '@testing-library/react';
|
||||
import { RecoilRoot, useRecoilValue } from 'recoil';
|
||||
|
||||
import { stepBarInternalState } from '../../states/stepBarInternalState';
|
||||
|
||||
Reference in New Issue
Block a user