Skip to content

Commit 5511582

Browse files
committed
remove comment
1 parent 25240df commit 5511582

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/shell-api/src/api-globals.d.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ declare global {
55
const quit: ShellApi['quit'];
66
const Mongo: ShellApi['Mongo'];
77
const connect: ShellApi['connect'];
8-
// TODO: mocha is making ts or eslint think this is a duplicate variable
9-
//const it: ShellApi['it'];
8+
const it: ShellApi['it'];
109
const version: ShellApi['version'];
1110
const load: ShellApi['load'];
1211
const enableTelemetry: ShellApi['enableTelemetry'];

0 commit comments

Comments
 (0)