Skip to content

Commit 1664362

Browse files
committed
sort imports in test/functional/cmap/commands.test.ts
1 parent 22f617a commit 1664362

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/functional/cmap/commands.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
import { spy } from 'sinon';
21
import { expect } from 'chai';
2+
import { spy } from 'sinon';
3+
34
import * as BSON from '../../../src/bson';
45

56
const deserializeSpy = spy(BSON, 'deserialize');

0 commit comments

Comments
 (0)