Skip to content

Commit ade991f

Browse files
committed
fixup: lint
1 parent af0714c commit ade991f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/mongodb-runner/src/mongocluster.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import path from 'path';
55
import os from 'os';
66
import createDebug from 'debug';
77
import sinon from 'sinon';
8-
import { LogEntry } from './mongologreader';
8+
import type { LogEntry } from './mongologreader';
99

1010
if (process.env.CI) {
1111
createDebug.enable('mongodb-runner,mongodb-downloader');

0 commit comments

Comments
 (0)