Skip to content

Commit

Permalink
chore: base alias
Browse files Browse the repository at this point in the history
  • Loading branch information
zombieJ committed Jan 27, 2025
1 parent 712ec89 commit e461026
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/focus.test.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from 'react';
import { spyElementPrototypes } from 'rc-util/lib/test/domHook';
import Input from 'rc-input';
import Input from '../src';
import { fireEvent, render } from '@testing-library/react';

const getInputRef = () => {
Expand Down
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"paths": {
"@/*": ["src/*"],
"@@/*": [".dumi/tmp/*"],
"rc-input": ["src/index.tsx"]
"rc-input": ["src/index.tsx"],
"@rc-component/input": ["src/index.tsx"]
}
},
"include": [".dumirc.ts", "**/*.ts", "**/*.tsx"]
Expand Down

0 comments on commit e461026

Please sign in to comment.