We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 801cdbb commit bccc665Copy full SHA for bccc665
tests/basic.test.js
@@ -6,6 +6,7 @@ bluebird.promisifyAll(redis);
6
const client = redis.createClient({
7
host: 'localhost',
8
port: 6379,
9
+ // password: 'password',
10
});
11
12
const testSuiteName = 'Basic';
tests/data_types.test.js
const testSuiteName = 'data_types';
tests/hello.test.js
const testSuiteName = 'Hello';
0 commit comments