Skip to content
Permalink
Browse files
Moved the tests into jQuery proper.
  • Loading branch information
jeresig committed Aug 13, 2006
1 parent 139a9cd commit e7a29e4
Show file tree
Hide file tree
Showing 17 changed files with 3,931 additions and 0 deletions.
@@ -0,0 +1,21 @@
<html>
<head>
<script type="text/javascript" src="lib/Test/Harness.js"></script>
<script type="text/javascript" src="lib/Test/Harness/Browser.js"></script>
</head>
<body>
<h1>jQuery - Test Suite</h1>

<script type="text/javascript">
new Test.Harness.Browser().runTests(
"tests/prereq.html",
"tests/css1.html",
"tests/css2.html",
"tests/css3.html",
"tests/xpath.html",
"tests/custom.html",
"tests/basic.html"
);
</script>
</body>
</html>

0 comments on commit e7a29e4

Please sign in to comment.