mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 09:57:02 +01:00
Move token cell unit test into component directory (#8237)
This is the conventional location for UI unit tests.
This commit is contained in:
parent
4328db78d7
commit
19c58b2f32
@ -5,8 +5,8 @@ import { Provider } from 'react-redux'
|
||||
import configureMockStore from 'redux-mock-store'
|
||||
import { mount } from 'enzyme'
|
||||
|
||||
import TokenCell from '../../../../../ui/app/components/app/token-cell'
|
||||
import Identicon from '../../../../../ui/app/components/ui/identicon'
|
||||
import TokenCell from '.'
|
||||
import Identicon from '../../ui/identicon'
|
||||
|
||||
describe('Token Cell', function () {
|
||||
let wrapper
|
Loading…
Reference in New Issue
Block a user