Skip to content

Commit

Permalink
test(utils): update report.md mock date for commit
Browse files Browse the repository at this point in the history
  • Loading branch information
MishaSeredenkoPushBased committed Nov 8, 2023
1 parent d491f38 commit acdff82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/utils/src/lib/report-to-md.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ describe('report-to-md', () => {
hash: '41682a2fec1d4ece81c696a26c08984baeb4bcf3',
message: 'refactor(cli): fix exec target',
author: 'BioPhoton',
date: '2021-09-10 12:00:00 +0200',
date: 'Sat Sep 10 12:00:00 2021 +0200',
};
const mdReport = reportToMd(scoreReport(report()), commit);
expect(mdReport).toContain(
Expand Down

0 comments on commit acdff82

Please sign in to comment.