Skip to content

Commit 98d3ac6

Browse files
committed
Fixed comment
1 parent 4ca2f59 commit 98d3ac6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/js/runtimeTests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ describe('Runtime tests', () => {
7777
* This does not actually run a server of any kind, it only informs the
7878
* DOM what to put in `window.location.origin`. By default, this is
7979
* `null`, and any non-HTTPS URL field here will throw an error in the
80-
* test suite
80+
* test suite due to unsafe URL.
8181
*/
8282
url: 'https://localhost:42',
8383
/**

0 commit comments

Comments
 (0)