mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
13 lines
271 B
JavaScript
13 lines
271 B
JavaScript
|
// Init
|
||
|
load("build/runtest/env.js");
|
||
|
window.location = "test/index.html";
|
||
|
|
||
|
// Load the test runner
|
||
|
load("dist/jquery.js","build/runtest/testrunner.js");
|
||
|
|
||
|
// Load the tests
|
||
|
load("src/jquery/coreTest.js","src/selector/selectorTest.js");
|
||
|
|
||
|
// Display the results
|
||
|
results();
|