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 8e76963 commit e7e0b6dCopy full SHA for e7e0b6d
lib/helpers.js
@@ -33,7 +33,7 @@ _beforeEach.cleanDatasource = function(dsName) {
33
if (typeof this.app === 'function'
34
&& typeof this.app.datasources === 'object'
35
&& typeof this.app.datasources[dsName] === 'object') {
36
- this.app.datasources[dsName].automigrate();
+ this.app.datasources[dsName].automigrate(done);
37
this.app.datasources[dsName].connector.ids = {};
38
}
39
0 commit comments