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 11b14ac commit f92b02bCopy full SHA for f92b02b
packages/cli-repl/src/cli-repl.spec.ts
@@ -38,7 +38,7 @@ const { EJSON } = bson;
38
39
const delay = promisify(setTimeout);
40
41
-describe.only('CliRepl', function () {
+describe('CliRepl', function () {
42
let cliReplOptions: CliReplOptions;
43
let cliRepl: CliRepl & {
44
start(
0 commit comments