Skip to content

Commit eaf4b64

Browse files
committed
wip: report in html
1 parent d29488c commit eaf4b64

17 files changed

+1458
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@ coverage/
1010
.nyc_output/
1111
types/
1212
reports/
13-
.stryker-tmp
13+
.stryker-tmp
14+
smelly-report.html
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
describe("my test", () => {
2+
3+
});

0 commit comments

Comments
 (0)