mirror of
https://github.com/Hopiu/webapi-eca.git
synced 2026-03-16 22:10:31 +00:00
9 lines
147 B
JavaScript
9 lines
147 B
JavaScript
|
|
exports.setUp = function() {
|
|
this.mod = require('./user');
|
|
};
|
|
|
|
exports.addUser = function() {
|
|
test.ok(false, "needs implementation");
|
|
|
|
};
|