Skip to content

Commit

Permalink
[FIX] Fix link in testsuite error messages
Browse files Browse the repository at this point in the history
Fixes: #92
  • Loading branch information
matz3 committed Sep 5, 2019
1 parent ae37ad1 commit 8129dfd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/client/browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ require("./discovery.js");
karma.log("error", [
"Could not find a testsuite or no testpage defined.\n"
+ "Please set a testpage in the config or via CLI.\n"
+ "For more details: https://github.com/SAP/karma-ui5#defining-testpage"]
+ "For more details: https://github.com/SAP/karma-ui5#testpage"]
);
// reportSetupFailure(); // TODO
return;
Expand All @@ -88,7 +88,7 @@ require("./discovery.js");
+ testsuitePaths.join("\n")
+ "\n\n"
+ "Please explicitly configure a \"testpage\" in your karma config or via CLI:\n"
+ "https://github.com/SAP/karma-ui5#defining-testpage"]);
+ "https://github.com/SAP/karma-ui5#testpage"]);
// reportSetupFailure(); // TODO
return;
}
Expand Down

0 comments on commit 8129dfd

Please sign in to comment.