tests: vault tests [no ci]

This commit is contained in:
Mo
2023-07-26 06:43:52 -05:00
parent 908cbaf895
commit 7c463b36af
12 changed files with 279 additions and 159 deletions

View File

@@ -702,12 +702,10 @@ export class Dependencies {
this.get(TYPES.AsymmetricMessageServer),
this.get(TYPES.CreateOrEditContact),
this.get(TYPES.FindContact),
this.get(TYPES.GetAllContacts),
this.get(TYPES.ReplaceContactData),
this.get(TYPES.GetTrustedPayload),
this.get(TYPES.GetVault),
this.get(TYPES.HandleRootKeyChangedMessage),
this.get(TYPES.SendOwnContactChangeMessage),
this.get(TYPES.GetOutboundMessages),
this.get(TYPES.GetInboundMessages),
this.get(TYPES.GetUntrustedPayload),
@@ -791,6 +789,7 @@ export class Dependencies {
this.get(TYPES.CreateOrEditContact),
this.get(TYPES.EditContact),
this.get(TYPES.ValidateItemSigner),
this.get(TYPES.SendOwnContactChangeMessage),
this.get(TYPES.InternalEventBus),
)
})