webapi-eca/testing/unit_integration.js
2013-11-14 15:06:10 +01:00

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