Switch from react-addons-test-utils to react-dom/test-utils. React 16 :D
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
efe8254985
commit
accb0abe2d
8 changed files with 7 additions and 14 deletions
|
@ -19,7 +19,7 @@ import SettingsStore from "../../../src/settings/SettingsStore";
|
|||
const React = require('react');
|
||||
const ReactDOM = require("react-dom");
|
||||
import PropTypes from "prop-types";
|
||||
const TestUtils = require('react-addons-test-utils');
|
||||
const TestUtils = require('react-dom/test-utils');
|
||||
const expect = require('expect');
|
||||
import sinon from 'sinon';
|
||||
import { EventEmitter } from "events";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue