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