Updated test.js for the runtest build target to reflect the path changes for the test scripts.
This commit is contained in:
parent
4c5f091d22
commit
e22336e7ae
|
@ -9,11 +9,11 @@ window.onload = function(){
|
||||||
|
|
||||||
// Load the tests
|
// Load the tests
|
||||||
load(
|
load(
|
||||||
"src/jquery/coreTest.js",
|
"test/unit/core.js",
|
||||||
"src/selector/selectorTest.js",
|
"test/unit/selector.js",
|
||||||
"src/event/eventTest.js"
|
"test/unit/event.js"
|
||||||
//"src/fx/fxTest.js",
|
//"test/unit/fx.js",
|
||||||
//"src/ajax/ajaxTest.js"
|
//"test/unit/ajax.js"
|
||||||
);
|
);
|
||||||
|
|
||||||
// Display the results
|
// Display the results
|
||||||
|
|
Loading…
Reference in a new issue