Skip to content

Commit

Permalink
fix output of reporter
Browse files Browse the repository at this point in the history
  • Loading branch information
hannah-macdonald1 committed Nov 20, 2024
1 parent 05be03e commit 1bcb2d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unit-test.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test only Pipeline
name: Unit Test

on:
push:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@
"outputName": "jest-junit.xml",
"ancestorSeparator": "",
"uniqueOutputName": "false",
"suiteNameTemplate": ".*\\.spec\\.ts$",
"classNameTemplate": "**/*.(t|j)s",
"suiteNameTemplate": "{classname}-{title}",
"classNameTemplate": "{classname}-{title}",
"titleTemplate": "{title}"
}
}

0 comments on commit 1bcb2d4

Please sign in to comment.