webapi-eca/testing/mod_user.js

10 lines
147 B
JavaScript
Raw Normal View History

2013-11-14 14:06:10 +00:00
exports.setUp = function() {
this.mod = require('./user');
};
exports.addUser = function() {
test.ok(false, "needs implementation");
};