You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-06 02:15:48 +03:00
doc: fix typos
This commit is contained in:
@@ -265,6 +265,7 @@ describe('connection tests', function () {
|
||||
|
||||
describe('when not connected', function () {
|
||||
|
||||
// TODO: Fix this test
|
||||
it.skip('emit an error after the socket timeout exceeded the connectTimeout time', function (done) {
|
||||
var connectTimeout = 500; // in ms
|
||||
client = redis.createClient({
|
||||
|
Reference in New Issue
Block a user