feat(federation): Add cryptography

This commit is contained in:
Jesse Wierzbinski 2024-05-14 12:44:34 -10:00
parent 967ceb8cde
commit b86933e77d
No known key found for this signature in database
5 changed files with 516 additions and 6 deletions

View file

@ -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(),
);
});
});