Merge branch 'master' into asset-graph-api

This commit is contained in:
Wyatt Johnson
2017-08-31 11:57:50 -06:00
committed by GitHub
8 changed files with 297 additions and 394 deletions
+1 -7
View File
@@ -3,12 +3,6 @@ const cache = require('../../services/cache');
const client = createClient();
beforeEach(() => Promise.all([
new Promise((resolve, reject) => client.flushdb((err) => {
if (err) {
return reject(err);
}
return resolve();
})),
client.flushdb(),
cache.init(),
]));