mirror of
https://github.com/Hopiu/webapi-eca.git
synced 2026-03-17 06:20:23 +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");
|
|
|
|
};
|