Skip to content

Commit 003cfd9

Browse files
committed
test: Modify test => src/__tests__
1 parent a47f698 commit 003cfd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/index.test.tsx renamed to src/__tests__/index.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import renderer from 'react-test-renderer';
77
import { render, fireEvent, screen } from '@testing-library/react';
88
// import userEvent from '@testing-library/user-event';
99
// import '@testing-library/jest-dom';
10-
import CodeMirror, { ReactCodeMirrorRef } from '../src';
10+
import CodeMirror, { ReactCodeMirrorRef } from '..';
1111

1212
it('CodeMirror', async () => {
1313
const component = renderer.create(<CodeMirror />);

0 commit comments

Comments
 (0)