Skip to content

Commit a286168

Browse files
remove .only() for local testing
1 parent f74918b commit a286168

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/shell-api/src/streams.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { Streams } from './streams';
77
import { InterruptFlag, MongoshInterruptedError } from './interruptor';
88
import type { MongoshInvalidInputError } from '@mongosh/errors';
99

10-
describe.only('Streams', function () {
10+
describe('Streams', function () {
1111
let mongo: Mongo;
1212
let streams: Streams;
1313
const identity = (a: unknown) => a;

0 commit comments

Comments
 (0)