Skip to content

Commit

Permalink
chore: jsdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-ogawa committed May 3, 2024
1 parent 0bc45c6 commit fa0d9d5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/vitest/src/node/reporters/junit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,12 @@ export interface JUnitOptions {
classname?: string
suiteName?: string
/**
* Write <system-out> and <system-err> for console output
* @default true
*/
includeConsoleOutput?: boolean
/**
* Add `file` attribute to the output (validated on CIRCLE CI and GitLab CI)
* Add <testcase file="..."> attribute (validated on CIRCLE CI and GitLab CI)
* @default false
*/
addFileAttribute?: boolean
Expand Down

0 comments on commit fa0d9d5

Please sign in to comment.