Fix boolean value and missing bracket

This commit is contained in:
JennyNou 2026-01-14 11:30:49 -05:00
parent 7a2ad36cde
commit f43e4545fa
2 changed files with 3 additions and 2 deletions

View file

@ -33,5 +33,5 @@
"ortoni-report": "^3.0.5", "ortoni-report": "^3.0.5",
"playwright-jira-reporter": "^1.0.16" "playwright-jira-reporter": "^1.0.16"
}, },
"private": "true" "private": true
} }

View file

@ -21,6 +21,7 @@ if (!process.env.CI) {
example: path.join(basePath, '.env.example') example: path.join(basePath, '.env.example')
}); });
} }
}
// Ortoni config // Ortoni config
const ortoniReportConfig: OrtoniReportConfig = { const ortoniReportConfig: OrtoniReportConfig = {