diff --git a/spec/pages/ViewWallet.spec.tsx b/spec/pages/ViewWallet.spec.tsx deleted file mode 100644 index b6e5cc07..00000000 --- a/spec/pages/ViewWallet.spec.tsx +++ /dev/null @@ -1,16 +0,0 @@ -import React from 'react'; -import Enzyme from 'enzyme'; -import Adapter from 'enzyme-adapter-react-16'; -import ViewWallet from 'containers/Tabs/ViewWallet'; -import shallowWithStore from '../utils/shallowWithStore'; -import { createMockStore } from 'redux-test-utils'; - -Enzyme.configure({ adapter: new Adapter() }); - -it('render snapshot', () => { - const testState = {}; - const store = createMockStore(testState); - const component = shallowWithStore(, store); - - expect(component).toMatchSnapshot(); -}); diff --git a/spec/pages/__snapshots__/ViewWallet.spec.tsx.snap b/spec/pages/__snapshots__/ViewWallet.spec.tsx.snap deleted file mode 100644 index cad36045..00000000 --- a/spec/pages/__snapshots__/ViewWallet.spec.tsx.snap +++ /dev/null @@ -1,34 +0,0 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP - -exports[`render snapshot 1`] = ` - -
-
-
-
-
-

- View Wallet Info -

-
-
-

- -

-
-
-
-
-
-
-`;