We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25240df commit 5511582Copy full SHA for 5511582
packages/shell-api/src/api-globals.d.ts
@@ -5,8 +5,7 @@ declare global {
5
const quit: ShellApi['quit'];
6
const Mongo: ShellApi['Mongo'];
7
const connect: ShellApi['connect'];
8
- // TODO: mocha is making ts or eslint think this is a duplicate variable
9
- //const it: ShellApi['it'];
+ const it: ShellApi['it'];
10
const version: ShellApi['version'];
11
const load: ShellApi['load'];
12
const enableTelemetry: ShellApi['enableTelemetry'];
0 commit comments