Skip to content

Commit 84baeaf

Browse files
ewanharrissgtcoolguy
authored andcommitted
style: fix lint error
1 parent f1ccd98 commit 84baeaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ Nice one! All 178 tests are passing.
134134
it("allows reporting failures as warnings not errors", async () => {
135135
await junit({
136136
pathToReport: "./fixtures/junit_failures.xml",
137-
onlyWarn: true
137+
onlyWarn: true,
138138
})
139139

140140
expect(global.message).toHaveBeenCalledWith(

0 commit comments

Comments
 (0)