mirror of
https://github.com/Hopiu/webapi-eca.git
synced 2026-03-20 16:00:29 +00:00
6 lines
106 B
JavaScript
6 lines
106 B
JavaScript
|
|
|
||
|
|
exports.testUnitIntegration = function(test){
|
||
|
|
test.ok(true, "unit integration");
|
||
|
|
test.done();
|
||
|
|
};
|