Fixed standalone distribution

This commit is contained in:
Steve Gravrock
2025-10-18 12:31:20 -07:00
parent f4b9c889b9
commit d66d0d9d2e
5 changed files with 19 additions and 13 deletions

View File

@@ -14,7 +14,9 @@ describe('HtmlReporterV2', function() {
function setup(options = {}) {
return new jasmineUnderTest.HtmlReporterV2({
env,
container,
getContainer() {
return container;
},
urls: new jasmineUnderTest.HtmlReporterV2Urls(),
queryString: new jasmineUnderTest.QueryString({
getWindowLocation() {