Skip to content

Commit

Permalink
Update libyear.spec.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
rarkins authored Jan 11, 2025
1 parent 6b25fe1 commit ca1c774
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/workers/repository/process/libyear.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ import { calculateLibYears } from './libyear';

describe('workers/repository/process/libyear', () => {
describe('calculateLibYears', () => {
beforeEach(() => {
logger.logger.debug.mockClear();
});

it('returns early if no packageFiles', () => {
calculateLibYears(undefined);
expect(logger.logger.debug).not.toHaveBeenCalled();
Expand Down

0 comments on commit ca1c774

Please sign in to comment.