Automated test running using Rhino (no browser required!). Still very buggy, but...
[jquery.git] / build / runtest / test.js
1 // Init
2 load("build/runtest/env.js");
3 window.location = "test/index.html";
4
5 // Load the test runner
6 load("dist/jquery.js","build/runtest/testrunner.js");
7
8 // Load the tests
9 load("src/jquery/coreTest.js","src/selector/selectorTest.js");
10
11 // Display the results
12 results();