Skip to content

Commit 1239192

Browse files
committed
added comment to make sure folks aren't confused as to why one of the test pages is just a redirect
1 parent 66aec28 commit 1239192

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

tests/unit/navigation/push-state-disabled-base-tests.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
<!DOCTYPE html>
22
<html lang="en">
33
<head>
4+
<!-- forces the base-tests into a push state disabled run and allows for
5+
the test suite runner to pick it up as a seperate test set. See test/unit/ls.php,
6+
test/unit/runner.js, base-tests.html, and tests/jquery.testHelper.js for more. -->
47
<meta http-equiv="refresh" content="0; url='base-tests.html?push-state=false'">
58
<body>
69
</body>

tests/unit/navigation/push-state-disabled-tests.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
<!DOCTYPE html>
22
<html lang="en">
33
<head>
4+
<!-- forces the base-tests into a push state disabled run and allows for
5+
the test suite runner to pick it up as a seperate test set. See test/unit/ls.php,
6+
test/unit/runner.js, base-tests.html, and tests/jquery.testHelper.js for more. -->
47
<meta http-equiv="refresh" content="0; url='./?push-state=false'">
58
<body>
69
</body>

0 commit comments

Comments
 (0)