Upgrade Dependencies (#873)

* Loading placeholder

* Upgrade dependencies, reduce warnings

* 👕

* Remove more unused deps

* Bump RME
This commit is contained in:
Tom Moor
2019-01-21 11:06:44 -08:00
committed by GitHub
parent 4f4e55d120
commit 39a61d8559
10 changed files with 549 additions and 783 deletions

View File

@@ -1,13 +1,4 @@
/* eslint-disable */
import * as React from 'react';
import { shallow } from 'enzyme';
import toJson from 'enzyme-to-json';
import localStorage from './__mocks__/localStorage';
const snap = children => {
const wrapper = shallow(children);
expect(toJson(wrapper)).toMatchSnapshot();
};
global.localStorage = localStorage;
global.snap = snap;