tests.js 245 B

12345678910111213
  1. //This file is the command-line entry point for running the tests in
  2. //Rhino and Spidermonkey.
  3. /*=====
  4. dojo.tests = {
  5. // summary:
  6. // D.O.H. Test files for Dojo unit testing.
  7. };
  8. =====*/
  9. load("dojo.js");
  10. load("tests/runner.js");
  11. tests.run();