1
0
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:
Mark Stacey 2020-03-25 15:56:48 -03:00 committed by GitHub
parent 4328db78d7
commit 19c58b2f32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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