Skip to content

Commit 27228f0

Browse files
committed
Add useCssFile option to HTML reporter tests
1 parent 8c525d4 commit 27228f0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/htmlreporter.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ describe("HTMLReporter", () => {
6666
await renderReportToDOM({
6767
options: {
6868
styleOverridePath: "path/to/style.css",
69+
useCssFile: true,
6970
},
7071
});
7172

0 commit comments

Comments
 (0)