mirror of
https://github.com/gnh1201/welsonjs.git
synced 2024-11-26 15:31:42 +00:00
9 lines
270 B
JavaScript
9 lines
270 B
JavaScript
|
////////////////////////////////////////////////////////////////////////
|
||
|
// Testloader
|
||
|
////////////////////////////////////////////////////////////////////////
|
||
|
var JsUnit = require("lib/jsunit").JsUnit;
|
||
|
|
||
|
exports.main = function(args) {
|
||
|
JsUnit.Runner.run("test");
|
||
|
};
|