Skip to content

Commit 5fb0582

Browse files
committed
chore: run linter to fix code style issues
1 parent 7148297 commit 5fb0582

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

__tests__/jest-junit.test.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -263,15 +263,15 @@ describe('jest-junit tests', () => {
263263

264264
const parser = new JestJunitParser(opts)
265265
const result = await parser.parse(filePath, fileContent)
266-
266+
267267
// Check if this fixture has failures to determine expected behavior
268268
const hasFailed = result.failed > 0
269-
269+
270270
const report = getReport([result], {
271271
...DEFAULT_OPTIONS,
272272
collapsed: 'auto'
273273
})
274-
274+
275275
if (hasFailed) {
276276
// Should not collapse when there are failures
277277
expect(report).not.toContain('<details><summary>Expand for details</summary>')

dist/index.js

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)