Skip to content

Commit 34ce21d

Browse files
committed
chore: AI suggestion
1 parent 96bce2b commit 34ce21d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/BaseSelect.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { OptionListProps, RefOptionListProps } from '@/OptionList';
1+
import type { OptionListProps, RefOptionListProps } from '../src/OptionList';
22
import { fireEvent, render } from '@testing-library/react';
33
import { forwardRef, act } from 'react';
44
import BaseSelect from '../src/BaseSelect';

tests/semantic.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import React, { forwardRef } from 'react';
22
import { render } from '@testing-library/react';
33
import BaseSelect from '../src/BaseSelect';
4-
import type { OptionListProps, RefOptionListProps } from '@/OptionList';
4+
import type { OptionListProps, RefOptionListProps } from '../src/OptionList';
55

66
const OptionList = forwardRef<RefOptionListProps, OptionListProps>(() => (
77
<div className="popup">Popup</div>

0 commit comments

Comments
 (0)