From f7c2d623d2be6097d9b6497a0f51f9c99178e0d9 Mon Sep 17 00:00:00 2001 From: aaaaaajie Date: Wed, 19 Mar 2025 12:22:41 +0800 Subject: [PATCH] fix: remove only --- .../src/server/__tests__/export-to-xlsx.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: [