File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1- import type { OptionListProps , RefOptionListProps } from '@ /OptionList' ;
1+ import type { OptionListProps , RefOptionListProps } from '../src /OptionList' ;
22import { fireEvent , render } from '@testing-library/react' ;
33import { forwardRef , act } from 'react' ;
44import BaseSelect from '../src/BaseSelect' ;
Original file line number Diff line number Diff line change 11import React , { forwardRef } from 'react' ;
22import { render } from '@testing-library/react' ;
33import BaseSelect from '../src/BaseSelect' ;
4- import type { OptionListProps , RefOptionListProps } from '@ /OptionList' ;
4+ import type { OptionListProps , RefOptionListProps } from '../src /OptionList' ;
55
66const OptionList = forwardRef < RefOptionListProps , OptionListProps > ( ( ) => (
77 < div className = "popup" > Popup</ div >
You can’t perform that action at this time.
0 commit comments