Skip to content

Commit a055b40

Browse files
committed
explain
1 parent 49aeed0 commit a055b40

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

test/integration/crud/explain.test.ts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
import { expect } from 'chai';
22
import { once } from 'events';
33

4-
import { type Collection, type Db, type MongoClient, MongoServerError } from '../../mongodb';
4+
import {
5+
type Collection,
6+
type CommandStartedEvent,
7+
type Db,
8+
type MongoClient,
9+
MongoServerError
10+
} from '../../mongodb';
511

612
const explain = [true, false, 'queryPlanner', 'allPlansExecution', 'executionStats', 'invalid'];
713

0 commit comments

Comments
 (0)