chore: clean file
This commit is contained in:
parent
3b94bc906c
commit
7c2f27cf2d
|
@ -1,11 +1,10 @@
|
|||
//
|
||||
import { fireEvent } from '@testing-library/react'
|
||||
import { aNewStore } from 'src/store'
|
||||
import { aMinedSafe } from 'src/test/builder/safe.redux.builder'
|
||||
import { renderSafeView } from 'src/test/builder/safe.dom.utils'
|
||||
import { sleep } from 'src/utils/timer'
|
||||
import '@testing-library/jest-dom/extend-expect'
|
||||
import { SETTINGS_TAB_BTN_TEST_ID, SAFE_VIEW_NAME_HEADING_TEST_ID } from 'src/routes/safe/components/Layout/index'
|
||||
import { SETTINGS_TAB_BTN_TEST_ID, SAFE_VIEW_NAME_HEADING_TEST_ID } from 'src/routes/safe/components/Layout'
|
||||
import { SAFE_NAME_INPUT_TEST_ID, SAFE_NAME_SUBMIT_BTN_TEST_ID } from 'src/routes/safe/components/Settings/SafeDetails'
|
||||
|
||||
describe('DOM > Feature > Settings - Name', () => {
|
||||
|
|
Loading…
Reference in New Issue