mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 18:00:18 +01:00
Clean up test, remove react & mountWithStore
This commit is contained in:
parent
c2cef0f815
commit
0f10aa3729
@ -1,11 +1,10 @@
|
||||
const React = require('react')
|
||||
const assert = require('assert')
|
||||
const { createMockStore } = require('redux-test-utils')
|
||||
const h = require('react-hyperscript')
|
||||
const { shallowWithStore, mountWithStore } = require('../../lib/shallow-with-store')
|
||||
const { shallowWithStore } = require('../../lib/shallow-with-store')
|
||||
const AddTokenScreen = require('../../../ui/app/add-token')
|
||||
|
||||
describe.only('Add Token Screen', function () {
|
||||
describe('Add Token Screen', function () {
|
||||
let addTokenComponent, store, component
|
||||
const mockState = {
|
||||
metamask: {
|
||||
|
Loading…
Reference in New Issue
Block a user