fixed failing tests

This commit is contained in:
DimaMukhin
2018-08-24 21:05:48 -07:00
parent 00e6ba45f2
commit 216e478ff5
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -2,6 +2,7 @@
// Project: https://github.com/lonord/koa2-session-redis
// Definitions by: Dima Mukhin <https://github.com/DimaMukhin>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.3
/*~ Note that ES6 modules cannot directly export class objects.
*~ This file should be imported using the CommonJS-style:
@@ -10,6 +10,6 @@ const CONFIG = {
port: 6379,
max_attempts: 0
})
}
};
app.use(session(CONFIG, app));