Skip to content

Commit 826296f

Browse files
committed
remove .only
1 parent 0b02737 commit 826296f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/client/lib/client/legacy-mode.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ function testWithLegacyClient(title: string, fn: (legacy: RedisLegacyClientType,
1010
testUtils.testWithClient(title, client => fn(client.legacy(), client), GLOBAL.SERVERS.OPEN);
1111
}
1212

13-
describe.only('Legacy Mode', () => {
13+
describe('Legacy Mode', () => {
1414
describe('client.sendCommand', () => {
1515
testWithLegacyClient('resolve', async client => {
1616
assert.equal(

0 commit comments

Comments
 (0)