mirror of
https://github.com/nocobase/nocobase
synced 2024-11-16 05:15:11 +00:00
fix(plugin-user-data-sync): fix test with sort field
This commit is contained in:
parent
db5f254bd2
commit
b83435eb2b
@ -18,7 +18,7 @@ describe('user-data-resource-manager', () => {
|
|||||||
|
|
||||||
beforeEach(async () => {
|
beforeEach(async () => {
|
||||||
app = await createMockServer({
|
app = await createMockServer({
|
||||||
plugins: ['user-data-sync'],
|
plugins: ['field-sort', 'user-data-sync'],
|
||||||
});
|
});
|
||||||
db = app.db;
|
db = app.db;
|
||||||
resourceManager = new UserDataResourceManager();
|
resourceManager = new UserDataResourceManager();
|
||||||
|
Loading…
Reference in New Issue
Block a user