Skip to content

Commit f92b02b

Browse files
committed
test: remove only
1 parent 11b14ac commit f92b02b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli-repl/src/cli-repl.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const { EJSON } = bson;
3838

3939
const delay = promisify(setTimeout);
4040

41-
describe.only('CliRepl', function () {
41+
describe('CliRepl', function () {
4242
let cliReplOptions: CliReplOptions;
4343
let cliRepl: CliRepl & {
4444
start(

0 commit comments

Comments
 (0)