diff --git a/packages/plugins/@nocobase/plugin-action-export/src/server/__tests__/export-to-xlsx.test.ts b/packages/plugins/@nocobase/plugin-action-export/src/server/__tests__/export-to-xlsx.test.ts index a8e38f30fe..efc486e6d7 100644 --- a/packages/plugins/@nocobase/plugin-action-export/src/server/__tests__/export-to-xlsx.test.ts +++ b/packages/plugins/@nocobase/plugin-action-export/src/server/__tests__/export-to-xlsx.test.ts @@ -1500,7 +1500,7 @@ describe('export to xlsx', () => { expect(sheetData[10]).toEqual(['user9', 9]); // last user }); - it.only(`should filter no permission fields`, async () => { + it(`should filter no permission fields`, async () => { const User = app.db.collection({ name: 'users', fields: [