diff --git a/packages/plugins/@nocobase/plugin-theme-editor/src/server/__tests__/actions.test.ts b/packages/plugins/@nocobase/plugin-theme-editor/src/server/__tests__/actions.test.ts index 0ecd488f0e..c249c62674 100644 --- a/packages/plugins/@nocobase/plugin-theme-editor/src/server/__tests__/actions.test.ts +++ b/packages/plugins/@nocobase/plugin-theme-editor/src/server/__tests__/actions.test.ts @@ -22,7 +22,7 @@ describe('actions', () => { process.env.INIT_ROOT_PASSWORD = '123456'; process.env.INIT_ROOT_NICKNAME = 'Test'; app = await createMockServer({ - plugins: ['auth', 'users', 'acl', 'data-source-manager', 'system-settings', 'theme-editor'], + plugins: ['auth', 'users', 'acl', 'data-source-manager', 'system-settings', 'theme-editor', 'field-sort'], }); db = app.db;