1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-06 02:15:48 +03:00

fix for c96a0dd904 - remove .only from HSET tests

This commit is contained in:
leibale
2021-11-26 23:02:29 -05:00
parent c96a0dd904
commit 2d18125fdb

View File

@@ -2,7 +2,7 @@ import { strict as assert } from 'assert';
import { transformArguments } from './HSET'; import { transformArguments } from './HSET';
import testUtils, { GLOBAL } from '../test-utils'; import testUtils, { GLOBAL } from '../test-utils';
describe.only('HSET', () => { describe('HSET', () => {
describe('transformArguments', () => { describe('transformArguments', () => {
describe('field, value', () => { describe('field, value', () => {
it('string', () => { it('string', () => {