mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 05:49:16 +01:00
Add more utilities, implement Accept and Reject objects
This commit is contained in:
parent
4d0283caf0
commit
1a1bee83a7
9 changed files with 230 additions and 25 deletions
|
|
@ -17,7 +17,7 @@ beforeAll(async () => {
|
|||
user.username = "test";
|
||||
user.password = await Bun.password.hash("test");
|
||||
user.display_name = "";
|
||||
user.bio = "";
|
||||
user.note = "";
|
||||
|
||||
await user.generateKeys();
|
||||
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ beforeAll(async () => {
|
|||
user.username = "test";
|
||||
user.password = await Bun.password.hash("test");
|
||||
user.display_name = "";
|
||||
user.bio = "";
|
||||
user.note = "";
|
||||
|
||||
await user.generateKeys();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue