Skip to content

Commit

Permalink
fix: reporter name
Browse files Browse the repository at this point in the history
  • Loading branch information
Ma11hewThomas committed Apr 16, 2024
1 parent c3d2e6d commit ee298c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "newman-reporter-ctrf-json",
"version": "0.0.2",
"version": "0.0.3",
"description": "",
"main": "dist/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/generate-report.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class GenerateCtrfReport {
readonly ctrfReport: CtrfReport
readonly ctrfEnvironment: CtrfEnvironment
readonly reporterConfigOptions: ReporterConfigOptions
readonly reporterName = 'jest-ctrf-json-reporter'
readonly reporterName = 'newman-reporter-ctrf-json'
readonly defaultOutputFile = 'ctrf-report.json'
readonly defaultOutputDir = 'ctrf'
filename = this.defaultOutputFile
Expand Down

0 comments on commit ee298c9

Please sign in to comment.