We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1ccd98 commit 84baeafCopy full SHA for 84baeaf
src/index.test.ts
@@ -134,7 +134,7 @@ Nice one! All 178 tests are passing.
134
it("allows reporting failures as warnings not errors", async () => {
135
await junit({
136
pathToReport: "./fixtures/junit_failures.xml",
137
- onlyWarn: true
+ onlyWarn: true,
138
})
139
140
expect(global.message).toHaveBeenCalledWith(
0 commit comments