1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-07 13:22:56 +03:00

remove .only from pool tests

This commit is contained in:
Leibale
2023-12-05 11:44:16 -05:00
parent f804b0949d
commit 0b3d5fa9e0

View File

@@ -1,7 +1,7 @@
import { strict as assert } from 'node:assert'; import { strict as assert } from 'node:assert';
import testUtils, { GLOBAL } from '../test-utils'; import testUtils, { GLOBAL } from '../test-utils';
describe.only('RedisClientPool', () => { describe('RedisClientPool', () => {
testUtils.testWithClientPool('sendCommand', async pool => { testUtils.testWithClientPool('sendCommand', async pool => {
assert.equal( assert.equal(
await pool.sendCommand(['PING']), await pool.sendCommand(['PING']),