Skip to content

Commit 242ee06

Browse files
Rebase tests and fix lint
1 parent 6bf7ce9 commit 242ee06

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

test/manual/search-index-management.prose.test.ts

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,7 @@ import { Readable } from 'stream';
44
import { clearTimeout, setTimeout as setTimeoutCb } from 'timers';
55
import { setInterval } from 'timers/promises';
66

7-
import {
8-
type Collection,
9-
type Document,
10-
type MongoClient,
11-
MongoServerError,
12-
ObjectId
13-
} from '../mongodb';
7+
import { type Collection, type Document, type MongoClient, ObjectId } from '../mongodb';
148

159
class TimeoutController extends AbortController {
1610
timeoutId: NodeJS.Timeout;

0 commit comments

Comments
 (0)