From 7c3598160c36462c2663625e02c9b07e10840cb5 Mon Sep 17 00:00:00 2001 From: Mateusz Duda Date: Wed, 22 May 2024 13:10:59 +0200 Subject: [PATCH] added more tests --- test/report/reportGenerator.test.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/test/report/reportGenerator.test.ts b/test/report/reportGenerator.test.ts index 6129a13..91e1848 100644 --- a/test/report/reportGenerator.test.ts +++ b/test/report/reportGenerator.test.ts @@ -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); }); + });