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 e3263c6 commit 8bd6f4bCopy full SHA for 8bd6f4b
packages/client/lib/commands/HSCAN_NOVALUES.spec.ts
@@ -3,6 +3,8 @@ import testUtils, { GLOBAL } from '../test-utils';
3
import { transformArguments, transformReply } from './HSCAN_NOVALUES';
4
5
describe('HSCAN_NOVALUES', () => {
6
+ testUtils.isVersionGreaterThanHook([7, 4]);
7
+
8
describe('transformArguments', () => {
9
it('cusror only', () => {
10
assert.deepEqual(
0 commit comments