Skip to content

Commit

Permalink
Rebase tests and fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
baileympearson committed Apr 19, 2024
1 parent 6bf7ce9 commit 242ee06
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions test/manual/search-index-management.prose.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 242ee06

Please sign in to comment.