Skip to content

Commit

Permalink
fix baseUri for HotTestCases
Browse files Browse the repository at this point in the history
  • Loading branch information
sokra committed Oct 27, 2020
1 parent 167fba7 commit e2706b8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions test/HotTestCases.template.js
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,13 @@ const describeCases = config => {
if (name === "script") return [];
throw new Error("Not supported");
}
},
location: {
href: "https://test.cases/path/index.html",
origin: "https://test.cases",
toString() {
return "https://test.cases/path/index.html";
}
}
};

Expand Down

0 comments on commit e2706b8

Please sign in to comment.