Skip to content

Commit c56f628

Browse files
committed
remove .only
1 parent 9a9c9a6 commit c56f628

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/client/lib/RESP/decoder.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ function assertSpyCalls(spy: SinonSpy, replies?: Array<unknown>) {
6969
}
7070
}
7171

72-
describe.only('RESP Decoder', () => {
72+
describe('RESP Decoder', () => {
7373
test('Null', {
7474
toWrite: Buffer.from('_\r\n'),
7575
replies: [null]

0 commit comments

Comments
 (0)