Update tests to use react-dom/test-utils

old
rubenmoya 2018-02-20 21:01:21 +01:00
parent ab2e78967b
commit 08ca837aca
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
import React from 'react';
import TestUtils from 'react-addons-test-utils';
import TestUtils from 'react-dom/test-utils';
export default {
renderComponent(Component, props = {}, state = {}) {