Skip to content

Commit

Permalink
feat(middleware-code-coverage): update packages/middleware-code-cover…
Browse files Browse the repository at this point in the history
…age/test/unit/lib/coverage-reporter.js

co-authored-by: Florian Vogt <florian.vogt@sap.com>
  • Loading branch information
d3xter666 and flovogt committed Sep 1, 2023
1 parent 8dd5058 commit 8bf8316
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ test("Report Coverage", async (t) => {
t.deepEqual(report, expectedConfig);
});

test("Report Coverage (old structure)- backwards compatibility", async (t) => {
test("Report Coverage (old structure)", async (t) => {
const expectedConfig = {
availableReports: [{
destination: "html/",
Expand Down

0 comments on commit 8bf8316

Please sign in to comment.