UNPKG
ioredis-commands
Version:
latest (4.0.0)
4.0.0
3.0.0
Redis commands
github.com/luin/redis-commonds
luin/redis-commands
ioredis-commands
/
test
/
index.js
9 lines
(7 loc)
•
172 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
var
index =
require
(
'..'
);
var
assert =
require
(
'assert'
);
describe
(
'redis commands'
,
function
(
) {
it
(
'should have a value'
,
function
(
) {
assert
(index); }); });