From a2c5284649b0b4e030810688460d6a052c954080 Mon Sep 17 00:00:00 2001 From: Christopher Ng Date: Wed, 11 Dec 2024 15:39:47 -0800 Subject: [PATCH] test: Update test Signed-off-by: Christopher Ng --- __tests__/fileListAction.spec.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/__tests__/fileListAction.spec.ts b/__tests__/fileListAction.spec.ts index d3b34e55..37c9c08e 100644 --- a/__tests__/fileListAction.spec.ts +++ b/__tests__/fileListAction.spec.ts @@ -103,6 +103,7 @@ describe('Invalid FileListAction creation', () => { test('Invalid iconSvgInline', () => { expect(() => new FileListAction({ id: 'test', + iconSvgInline: null, displayName: () => 'Test', order: 0, exec: async () => {},