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