1
0
mirror of https://github.com/stolksdorf/homebrewery.git synced 2025-12-24 06:01:29 +00:00

MOved the brews search to its own file, writing out more tests

This commit is contained in:
Scott Tolksdorf
2017-01-27 10:36:07 -05:00
parent 2f82d3875e
commit 8e58e5aca9
6 changed files with 180 additions and 109 deletions

View File

@@ -47,5 +47,6 @@ return Promise.resolve()
})
.then(() => {
console.log(`\n Added ${randomBrews.length + specificBrews.length} brews.`);
return DB.close();
})
.catch(console.error);