Skip to content

Commit

Permalink
test: Update test
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Ng <[email protected]>
  • Loading branch information
Pytal committed Dec 11, 2024
1 parent e9eade0 commit a2c5284
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions __tests__/fileListAction.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ describe('Invalid FileListAction creation', () => {
test('Invalid iconSvgInline', () => {
expect(() => new FileListAction({
id: 'test',
iconSvgInline: null,
displayName: () => 'Test',
order: 0,
exec: async () => {},
Expand Down

0 comments on commit a2c5284

Please sign in to comment.