1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-06 02:15:48 +03:00

chore: rename files

This commit is contained in:
Ruben Bridgewater
2017-05-31 00:01:25 +02:00
parent e1669a4a5a
commit 53d5f46fb1
7 changed files with 14 additions and 16 deletions

View File

@@ -1,7 +1,7 @@
'use strict'
const assert = require('assert')
const unifyOptions = require('../lib/createClient')
const unifyOptions = require('../lib/unifyOptions')
const intercept = require('intercept-stdout')
describe('createClient options', () => {