2 load("build/runtest/env.js");
4 window.location = "test/index.html";
6 window.onload = function(){
7 // Load the test runner
8 load("dist/jquery.js","build/runtest/testrunner.js");
12 "src/jquery/coreTest.js",
13 "src/selector/selectorTest.js",
14 "src/event/eventTest.js"
16 //"src/ajax/ajaxTest.js"
19 // Display the results