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 f804b09 commit 0b3d5faCopy full SHA for 0b3d5fa
packages/client/lib/client/pool.spec.ts
@@ -1,7 +1,7 @@
1
import { strict as assert } from 'node:assert';
2
import testUtils, { GLOBAL } from '../test-utils';
3
4
-describe.only('RedisClientPool', () => {
+describe('RedisClientPool', () => {
5
testUtils.testWithClientPool('sendCommand', async pool => {
6
assert.equal(
7
await pool.sendCommand(['PING']),
0 commit comments