mirror of
https://github.com/versia-pub/api.git
synced 2026-03-13 04:09:15 +01:00
feat(federation): ✨ Add cryptography
This commit is contained in:
parent
967ceb8cde
commit
b86933e77d
5 changed files with 516 additions and 6 deletions
|
|
@ -11,9 +11,5 @@ describe("Package testing", () => {
|
|||
const validator = new EntityValidator();
|
||||
|
||||
expect(validator.Note(badObject)).rejects.toThrow();
|
||||
|
||||
console.log(
|
||||
(await validator.Note(badObject).catch((e) => e)).toString(),
|
||||
);
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue