react-addons-test-utils => react-dom/test-utils

pull/5748/head
afc163 8 years ago
parent bdf0f6212b
commit a8808c45ac

@ -1,5 +1,5 @@
import React from 'react';
import TestUtils from 'react-addons-test-utils';
import TestUtils from 'react-dom/test-utils';
import { Col, Row } from '..';
describe('Grid', () => {

@ -1,5 +1,5 @@
import React from 'react';
import TestUtils from 'react-addons-test-utils';
import TestUtils from 'react-dom/test-utils';
import { wrap } from 'react-stateless-wrapper';
import AntIcon from '..';

@ -1,5 +1,5 @@
import React from 'react';
import TestUtils from 'react-addons-test-utils';
import TestUtils from 'react-dom/test-utils';
import Popover from '..';
describe('Popover', () => {

@ -125,7 +125,6 @@
"rc-scroll-anim": "^1.0.3",
"rc-tween-one": "^1.1.2",
"react": "^15.0.0",
"react-addons-test-utils": "^15.0.0",
"react-color-standalone": "^2.4.2-1",
"react-copy-to-clipboard": "^4.0.1",
"react-document-title": "^2.0.1",

Loading…
Cancel
Save