mirror of
https://github.com/Hopiu/webapi-eca.git
synced 2026-03-23 17:30:25 +00:00
5 lines
87 B
JavaScript
5 lines
87 B
JavaScript
|
|
exports.testSystem = function(test){
|
|
test.ok(true, "system");
|
|
test.done();
|
|
};
|