mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-07-02 11:12:20 +08:00
fix: test
This commit is contained in:
parent
887f989da0
commit
35b76da8dd
@ -16,7 +16,7 @@ describe('sub app', async () => {
|
|||||||
|
|
||||||
beforeEach(async () => {
|
beforeEach(async () => {
|
||||||
app = await createMockServer({
|
app = await createMockServer({
|
||||||
plugins: ['multi-app-manager', 'client', 'ui-schema-storage', 'system-settings'],
|
plugins: ['multi-app-manager', 'client', 'ui-schema-storage', 'system-settings', 'field-sort'],
|
||||||
});
|
});
|
||||||
await app.db.getRepository('applications').create({
|
await app.db.getRepository('applications').create({
|
||||||
values: {
|
values: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user