fix: test
This commit is contained in:
parent
1575364736
commit
d3fb665e61
@ -9,7 +9,7 @@ export async function createApp(options = {}) {
|
|||||||
...options,
|
...options,
|
||||||
});
|
});
|
||||||
|
|
||||||
await app.db.sync({});
|
await app.db.clean({ drop: true });
|
||||||
app.plugin(PluginErrorHandler, { name: 'error-handler' });
|
app.plugin(PluginErrorHandler, { name: 'error-handler' });
|
||||||
app.plugin(Plugin, { name: 'collection-manager' });
|
app.plugin(Plugin, { name: 'collection-manager' });
|
||||||
app.plugin(PluginUiSchema, { name: 'ui-schema-storage' });
|
app.plugin(PluginUiSchema, { name: 'ui-schema-storage' });
|
||||||
|
Loading…
Reference in New Issue
Block a user