1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-07-02 12:50:52 +02:00
ttrss/lib/dojo/tests.js

14 lines
245 B
JavaScript
Raw Normal View History

//This file is the command-line entry point for running the tests in
//Rhino and Spidermonkey.
/*=====
dojo.tests = {
// summary:
// D.O.H. Test files for Dojo unit testing.
};
=====*/
load("dojo.js");
load("tests/runner.js");
tests.run();