mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 06:03:38 +08:00
fix tc
This commit is contained in:
parent
419c56ee9e
commit
7e25e414f8
@ -1,7 +1,7 @@
|
||||
import test from 'ava';
|
||||
import React from 'react';
|
||||
import { shallow } from 'enzyme';
|
||||
import Icon from '../components/icon/index';
|
||||
import Icon from '../components/icon/index.tsx';
|
||||
|
||||
let iconNode;
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
import test from 'ava';
|
||||
import React from 'react';
|
||||
import { shallow } from 'enzyme';
|
||||
import { Col, Row } from '../components/layout/index';
|
||||
import { Col, Row } from '../components/layout/index.tsx';
|
||||
|
||||
test('should render Col', (t) => {
|
||||
const col = shallow(<Col span={2} />);
|
||||
|
@ -1,6 +1,6 @@
|
||||
import test from 'ava';
|
||||
import React from 'react';
|
||||
import Popover from '../components/popover'
|
||||
import Popover from '../components/popover/index.tsx'
|
||||
import { mount } from 'enzyme';
|
||||
|
||||
test('should show overlay when trigger is clicked', (t) => {
|
||||
|
Loading…
Reference in New Issue
Block a user