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 c96a0dd commit 2d18125Copy full SHA for 2d18125
packages/client/lib/commands/HSET.spec.ts
@@ -2,7 +2,7 @@ import { strict as assert } from 'assert';
2
import { transformArguments } from './HSET';
3
import testUtils, { GLOBAL } from '../test-utils';
4
5
-describe.only('HSET', () => {
+describe('HSET', () => {
6
describe('transformArguments', () => {
7
describe('field, value', () => {
8
it('string', () => {
0 commit comments