Skip to content

Commit

Permalink
fix: lint error
Browse files Browse the repository at this point in the history
Signed-off-by: SuZhou-Joe <suzhou@amazon.com>
  • Loading branch information
SuZhou-Joe committed Apr 23, 2024
1 parent 7a2eaf6 commit 766143a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/workspace/public/utils.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,8 @@ describe('workspace utils: isAppAccessibleInWorkspace', () => {
id: 'home',
title: 'Any app',
mount: jest.fn(),
// eslint-disable-next-line no-bitwise
workspaceAvailability:
// eslint-disable-next-line no-bitwise
WorkspaceAvailability.insideWorkspace | WorkspaceAvailability.outsideWorkspace,
},
{ id: 'workspace_id', name: 'workspace name', features: [] }
Expand Down

0 comments on commit 766143a

Please sign in to comment.