mirror of
https://github.com/Hopiu/webapi-eca.git
synced 2026-03-17 06:20:23 +00:00
7 lines
No EOL
263 B
JavaScript
7 lines
No EOL
263 B
JavaScript
|
|
exports.testUnitIntegration = function(test){
|
|
test.ok(false, "needs implementation");
|
|
test.done();
|
|
};
|
|
//TODO malicious module has to be loaded only for testing, the error
|
|
// it causes need to be verified and in the end the module need to be deleted again
|