Skip to content

Commit 97dd158

Browse files
committed
fix: remove unnecesary order change
1 parent 3c3cf13 commit 97dd158

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/compass-crud/src/components/virtualized-document-list-view.spec.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ import React from 'react';
22
import { expect } from 'chai';
33
import HadronDocument from 'hadron-document';
44
import {
5+
render,
56
screen,
67
cleanup,
78
within,
89
act,
910
userEvent,
10-
render,
1111
} from '@mongodb-js/testing-library-compass';
1212
import { type VirtualListRef } from '@mongodb-js/compass-components';
1313

0 commit comments

Comments
 (0)