mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-05 05:29:26 +08:00
fix: custom request server test (#6452)
This commit is contained in:
parent
9810c91549
commit
30cca1d79c
@ -22,7 +22,15 @@ describe('actions', () => {
|
||||
app = await createMockServer({
|
||||
registerActions: true,
|
||||
acl: true,
|
||||
plugins: ['field-sort', 'users', 'auth', 'acl', 'action-custom-request', 'data-source-manager'],
|
||||
plugins: [
|
||||
'field-sort',
|
||||
'users',
|
||||
'auth',
|
||||
'acl',
|
||||
'action-custom-request',
|
||||
'data-source-manager',
|
||||
'ui-schema-storage',
|
||||
],
|
||||
});
|
||||
db = app.db;
|
||||
repo = db.getRepository('customRequests');
|
||||
|
Loading…
x
Reference in New Issue
Block a user