Skip to content

Commit

Permalink
chore(test): add support for database tear down
Browse files Browse the repository at this point in the history
  • Loading branch information
devdbrandy committed Mar 15, 2019
1 parent ed0dedb commit 18f84b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const initSetup = (done) => {
* @returns {void}
*/
const tearDown = (done) => {
runAll([''])
runAll(['migrate:reset'])
.then(() => done())
.catch(done);
};
Expand Down

0 comments on commit 18f84b7

Please sign in to comment.