1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-10 11:43:01 +03:00
This commit is contained in:
dovi
2023-05-03 17:34:07 -04:00
59 changed files with 443 additions and 348 deletions

View File

@@ -2,7 +2,7 @@ import { strict as assert } from 'assert';
import testUtils, { GLOBAL } from '../test-utils';
describe('KEYS', () => {
testUtils.testAll('client.keys', async client => {
testUtils.testAll('keys', async client => {
assert.deepEqual(
await client.keys('pattern'),
[]