We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a47f698 commit 003cfd9Copy full SHA for 003cfd9
test/index.test.tsx renamed to src/__tests__/index.test.tsx
@@ -7,7 +7,7 @@ import renderer from 'react-test-renderer';
7
import { render, fireEvent, screen } from '@testing-library/react';
8
// import userEvent from '@testing-library/user-event';
9
// import '@testing-library/jest-dom';
10
-import CodeMirror, { ReactCodeMirrorRef } from '../src';
+import CodeMirror, { ReactCodeMirrorRef } from '..';
11
12
it('CodeMirror', async () => {
13
const component = renderer.create(<CodeMirror />);
0 commit comments