We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ca2f59 commit 98d3ac6Copy full SHA for 98d3ac6
utils/js/runtimeTests.js
@@ -77,7 +77,7 @@ describe('Runtime tests', () => {
77
* This does not actually run a server of any kind, it only informs the
78
* DOM what to put in `window.location.origin`. By default, this is
79
* `null`, and any non-HTTPS URL field here will throw an error in the
80
- * test suite
+ * test suite due to unsafe URL.
81
*/
82
url: 'https://localhost:42',
83
/**
0 commit comments