mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-07-01 10:42:19 +08:00
Merge branch 'next' into develop
This commit is contained in:
commit
d7b58d1f94
@ -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