Skip to content

Commit

Permalink
added more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Mateusz Duda committed May 22, 2024
1 parent d8f3bb0 commit 7c35981
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/report/reportGenerator.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -453,5 +453,6 @@ describe("Report generation works as expected", async () => {
expect(report.untaggedFilesAsModule.files[0].file).toBe("src/untagged-file.js");
expect(report.untaggedFilesAsModule.files[0].relevancy).toBe(Relevancy.LOW);
});

});

0 comments on commit 7c35981

Please sign in to comment.