chore: bump react-redux to 5.1.2, whittling console noise (#10602)

* chore: bump react-redux to 5.1.2

* fixing spy, and thus the breaking test.

* relabeling tests to UNSAFE_componentWillReceiveProps because why not.
This commit is contained in:
Evan Rusackas
2020-08-16 21:29:08 -07:00
committed by GitHub
parent ed9b6dbf2b
commit f868580f64
8 changed files with 150 additions and 147 deletions

View File

@@ -75,7 +75,7 @@ describe('ResultSet', () => {
const wrapper = shallow(<ResultSet {...mockedProps} />);
expect(wrapper.find(FilterableTable)).toExist();
});
describe('componentWillReceiveProps', () => {
describe('UNSAFE_componentWillReceiveProps', () => {
const wrapper = shallow(<ResultSet {...mockedProps} />);
let spy;
beforeEach(() => {