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 3c3cf13 commit 97dd158Copy full SHA for 97dd158
packages/compass-crud/src/components/virtualized-document-list-view.spec.tsx
@@ -2,12 +2,12 @@ import React from 'react';
2
import { expect } from 'chai';
3
import HadronDocument from 'hadron-document';
4
import {
5
+ render,
6
screen,
7
cleanup,
8
within,
9
act,
10
userEvent,
- render,
11
} from '@mongodb-js/testing-library-compass';
12
import { type VirtualListRef } from '@mongodb-js/compass-components';
13
0 commit comments