fix: test

This commit is contained in:
Chareice 2023-02-15 11:55:53 +08:00
parent f03bcf716d
commit 05243d03ca

View File

@ -10,6 +10,8 @@ export async function createApp(options = {}) {
});
await app.db.clean({ drop: true });
await app.db.sync({});
app.plugin(PluginErrorHandler, { name: 'error-handler' });
app.plugin(Plugin, { name: 'collection-manager' });
app.plugin(PluginUiSchema, { name: 'ui-schema-storage' });