Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Ganitzsh committed Oct 31, 2023
1 parent cd75eec commit 21de5cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utilities/transform.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ const makeCommit = (
type: 'random',
...overrides,
});

describe('transform', (): void => {
it.each([
{ commit: makeCommit({ type: 'build' }), expectedType: 'Build System' },
Expand Down

0 comments on commit 21de5cd

Please sign in to comment.