Skip to content

Commit

Permalink
Lint src/plugins/workspace/public/utils.test.ts
Browse files Browse the repository at this point in the history
Signed-off-by: Miki <[email protected]>
  • Loading branch information
AMoo-Miki authored Apr 23, 2024
1 parent d0619d4 commit 7a2eaf6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/plugins/workspace/public/utils.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,8 @@ describe('workspace utils: isAppAccessibleInWorkspace', () => {
title: 'Any app',
mount: jest.fn(),
// eslint-disable-next-line no-bitwise

Check failure on line 190 in src/plugins/workspace/public/utils.test.ts

View workflow job for this annotation

GitHub Actions / Build and Verify on Linux (ciGroup1)

'no-bitwise' rule is disabled but never reported
workspaceAvailability: WorkspaceAvailability.insideWorkspace | WorkspaceAvailability.outsideWorkspace,
workspaceAvailability:
WorkspaceAvailability.insideWorkspace | WorkspaceAvailability.outsideWorkspace,

Check failure on line 192 in src/plugins/workspace/public/utils.test.ts

View workflow job for this annotation

GitHub Actions / Build and Verify on Linux (ciGroup1)

Unexpected use of '|'
},
{ id: 'workspace_id', name: 'workspace name', features: [] }
)
Expand Down

0 comments on commit 7a2eaf6

Please sign in to comment.