1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-17 19:41:06 +03:00

run some tests only on supported redis versions, use coveralls parallel mode

This commit is contained in:
leibale
2021-07-12 18:08:54 -04:00
parent b855150009
commit 31aa61bdda
43 changed files with 383 additions and 199 deletions

View File

@@ -1,8 +1,10 @@
import { strict as assert } from 'assert';
import { itWithClient, TestRedisServers } from '../test-utils';
import { describeHandleMinimumRedisVersion, itWithClient, TestRedisServers } from '../test-utils';
import { transformArguments } from './ACL_DELUSER';
describe('ACL DELUSER', () => {
describeHandleMinimumRedisVersion([6]);
describe('transformArguments', () => {
it('string', () => {
assert.deepEqual(