fix: test

This commit is contained in:
Chareice 2024-11-26 12:28:56 +08:00
parent 6d8469b371
commit c7e4b63920
No known key found for this signature in database
2 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ describe('export to xlsx with preset', () => {
beforeEach(async () => {
app = await createMockServer({
plugins: ['nocobase', 'map'],
plugins: ['nocobase', 'map', 'field-china-region'],
});
});