mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-11 11:32:52 +08:00
react-addons-test-utils => react-dom/test-utils
This commit is contained in:
parent
bdf0f6212b
commit
a8808c45ac
@ -1,5 +1,5 @@
|
|||||||
import React from 'react';
|
import React from 'react';
|
||||||
import TestUtils from 'react-addons-test-utils';
|
import TestUtils from 'react-dom/test-utils';
|
||||||
import { Col, Row } from '..';
|
import { Col, Row } from '..';
|
||||||
|
|
||||||
describe('Grid', () => {
|
describe('Grid', () => {
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
import React from 'react';
|
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 { wrap } from 'react-stateless-wrapper';
|
||||||
import AntIcon from '..';
|
import AntIcon from '..';
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
import React from 'react';
|
import React from 'react';
|
||||||
import TestUtils from 'react-addons-test-utils';
|
import TestUtils from 'react-dom/test-utils';
|
||||||
import Popover from '..';
|
import Popover from '..';
|
||||||
|
|
||||||
describe('Popover', () => {
|
describe('Popover', () => {
|
||||||
|
@ -125,7 +125,6 @@
|
|||||||
"rc-scroll-anim": "^1.0.3",
|
"rc-scroll-anim": "^1.0.3",
|
||||||
"rc-tween-one": "^1.1.2",
|
"rc-tween-one": "^1.1.2",
|
||||||
"react": "^15.0.0",
|
"react": "^15.0.0",
|
||||||
"react-addons-test-utils": "^15.0.0",
|
|
||||||
"react-color-standalone": "^2.4.2-1",
|
"react-color-standalone": "^2.4.2-1",
|
||||||
"react-copy-to-clipboard": "^4.0.1",
|
"react-copy-to-clipboard": "^4.0.1",
|
||||||
"react-document-title": "^2.0.1",
|
"react-document-title": "^2.0.1",
|
||||||
|
Loading…
Reference in New Issue
Block a user