Skip to content

Commit e461026

Browse files
committed
chore: base alias
1 parent 712ec89 commit e461026

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

tests/focus.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React from 'react';
22
import { spyElementPrototypes } from 'rc-util/lib/test/domHook';
3-
import Input from 'rc-input';
3+
import Input from '../src';
44
import { fireEvent, render } from '@testing-library/react';
55

66
const getInputRef = () => {

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
"paths": {
1616
"@/*": ["src/*"],
1717
"@@/*": [".dumi/tmp/*"],
18-
"rc-input": ["src/index.tsx"]
18+
"rc-input": ["src/index.tsx"],
19+
"@rc-component/input": ["src/index.tsx"]
1920
}
2021
},
2122
"include": [".dumirc.ts", "**/*.ts", "**/*.tsx"]

0 commit comments

Comments
 (0)