Skip to content

Commit

Permalink
prettier? (#13039)
Browse files Browse the repository at this point in the history
  • Loading branch information
framitdavid authored Jun 27, 2024
1 parent 0aa5b87 commit 1071dbb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ describe('processActionsUtils', () => {
expect(result).toEqual(['write', 'reject', 'confirm']);
});
});

describe('isActionRequiredForTask', () => {
it('should return true for sign action for signing task', () => {
const result = isActionRequiredForTask('sign', 'signing');
Expand Down Expand Up @@ -54,7 +54,7 @@ describe('processActionsUtils', () => {
expect(result).toEqual(true);
});
});

describe('isActionAvailable', () => {
it('should return true if action is not available', () => {
const existingActionElements = [{ action: 'write' }];
Expand Down

0 comments on commit 1071dbb

Please sign in to comment.