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