1
0
Fork 0

wip(backend): Initial work on people

This commit is contained in:
joostdecock 2022-11-12 17:33:55 +01:00
parent 75841ff0a2
commit d1f9528e70
11 changed files with 532 additions and 21 deletions

View file

@ -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,
}