Add user service and implements for internal functions and exports#

This commit is contained in:
2021-03-13 10:37:40 +07:00
parent 7b4b438b31
commit fc4d8c9cdb
3 changed files with 110 additions and 28 deletions

9
test/user.test.ts Normal file
View File

@@ -0,0 +1,9 @@
describe('user', function() {
it('createUser', function() {
})
it('checkUser', function() {
})
})