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

add tests coverage report

This commit is contained in:
leibale
2021-05-12 19:16:17 -04:00
parent 38b2bd75fb
commit 25cfd0e6f9
54 changed files with 299 additions and 111 deletions

View File

@@ -1,6 +1,6 @@
import { strict as assert } from 'assert';
import { TestRedisServers, itWithClient } from '../test-utils.js';
import { transformArguments, transformReply } from './COPY.js';
import { TestRedisServers, itWithClient } from '../test-utils';
import { transformArguments, transformReply } from './COPY';
describe('COPY', () => {
describe('transformArguments', () => {