You've already forked node-redis
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:
@@ -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', () => {
|
||||
|
Reference in New Issue
Block a user