From 242ee062258a57659daa6d458c009ec18137f689 Mon Sep 17 00:00:00 2001 From: Bailey Pearson Date: Fri, 19 Apr 2024 15:25:30 -0600 Subject: [PATCH] Rebase tests and fix lint --- test/manual/search-index-management.prose.test.ts | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/test/manual/search-index-management.prose.test.ts b/test/manual/search-index-management.prose.test.ts index 69b366583b..b71a1e47bf 100644 --- a/test/manual/search-index-management.prose.test.ts +++ b/test/manual/search-index-management.prose.test.ts @@ -4,13 +4,7 @@ import { Readable } from 'stream'; import { clearTimeout, setTimeout as setTimeoutCb } from 'timers'; import { setInterval } from 'timers/promises'; -import { - type Collection, - type Document, - type MongoClient, - MongoServerError, - ObjectId -} from '../mongodb'; +import { type Collection, type Document, type MongoClient, ObjectId } from '../mongodb'; class TimeoutController extends AbortController { timeoutId: NodeJS.Timeout;