You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-06 02:15:48 +03:00
uncomment TIME tests
This commit is contained in:
@@ -10,9 +10,9 @@ describe('TIME', () => {
|
|||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
|
||||||
// testUtils.testWithClient('client.time', async client => {
|
testUtils.testWithClient('client.time', async client => {
|
||||||
// const reply = await client.time();
|
const reply = await client.time();
|
||||||
// assert.ok(reply instanceof Date);
|
assert.ok(reply instanceof Date);
|
||||||
// assert.ok(typeof reply.microseconds === 'number');
|
assert.ok(typeof reply.microseconds === 'number');
|
||||||
// }, GLOBAL.SERVERS.OPEN);
|
}, GLOBAL.SERVERS.OPEN);
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user