You've already forked node-redis
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:
@@ -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']),
|
||||||
|
Reference in New Issue
Block a user