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 9a9c9a6 commit c56f628Copy full SHA for c56f628
packages/client/lib/RESP/decoder.spec.ts
@@ -69,7 +69,7 @@ function assertSpyCalls(spy: SinonSpy, replies?: Array<unknown>) {
69
}
70
71
72
-describe.only('RESP Decoder', () => {
+describe('RESP Decoder', () => {
73
test('Null', {
74
toWrite: Buffer.from('_\r\n'),
75
replies: [null]
0 commit comments