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 () => {},