wip(backend): Initial work on people
This commit is contained in:
parent
75841ff0a2
commit
d1f9528e70
11 changed files with 532 additions and 21 deletions
|
@ -7,7 +7,7 @@ import { randomString } from '../src/utils/crypto.mjs'
|
|||
|
||||
dotenv.config()
|
||||
|
||||
const config = verifyConfig()
|
||||
const config = verifyConfig(true)
|
||||
const expect = chai.expect
|
||||
chai.use(http)
|
||||
|
||||
|
@ -26,6 +26,7 @@ export const setup = async () => {
|
|||
user: '🧑 ',
|
||||
jwt: '🎫 ',
|
||||
key: '🎟️ ',
|
||||
person: '🧕 ',
|
||||
},
|
||||
randomString,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue