Skip to content
Snippets Groups Projects
Commit 9e561036 authored by Berend Sliedrecht's avatar Berend Sliedrecht
Browse files

feat: use credo-ts


Signed-off-by: default avatarBerend Sliedrecht <berend@animo.id>
parent 2cbda216
No related branches found
No related tags found
2 merge requests!37Draft: Modifications for manual testing,!25feat(ssi): revocation ssi-abstraction
import type { INestApplication } from '@nestjs/common'; import type { INestApplication } from '@nestjs/common';
import type { ClientProxy } from '@nestjs/microservices'; import type { ClientProxy } from '@nestjs/microservices';
import type { import type {
EventAnonCredsCredentialsGetAllInput,
EventAnonCredsRevocationRegisterRevocationRegistryDefinitionInput, EventAnonCredsRevocationRegisterRevocationRegistryDefinitionInput,
EventAnonCredsRevocationRegisterRevocationStatusListInput, EventAnonCredsRevocationRegisterRevocationStatusListInput,
EventAnonCredsRevocationRevokeInput, EventAnonCredsRevocationRevokeInput,
...@@ -11,7 +10,6 @@ import type { ...@@ -11,7 +10,6 @@ import type {
import { ClientsModule, Transport } from '@nestjs/microservices'; import { ClientsModule, Transport } from '@nestjs/microservices';
import { Test } from '@nestjs/testing'; import { Test } from '@nestjs/testing';
import { import {
EventAnonCredsCredentialsGetAll,
EventDidcommAnonCredsCredentialsOfferToSelf, EventDidcommAnonCredsCredentialsOfferToSelf,
EventAnonCredsRevocationRegisterRevocationRegistryDefinition, EventAnonCredsRevocationRegisterRevocationRegistryDefinition,
EventAnonCredsRevocationRegisterRevocationStatusList, EventAnonCredsRevocationRegisterRevocationStatusList,
...@@ -112,7 +110,7 @@ describe('Revocation', () => { ...@@ -112,7 +110,7 @@ describe('Revocation', () => {
client.close(); client.close();
}); });
xit( it(
EventAnonCredsRevocationRegisterRevocationRegistryDefinition.token, EventAnonCredsRevocationRegisterRevocationRegistryDefinition.token,
async () => { async () => {
const response$ = client.send< const response$ = client.send<
...@@ -139,7 +137,7 @@ describe('Revocation', () => { ...@@ -139,7 +137,7 @@ describe('Revocation', () => {
}, },
); );
xit(EventAnonCredsRevocationRegisterRevocationStatusList.token, async () => { it(EventAnonCredsRevocationRegisterRevocationStatusList.token, async () => {
let revRegDefId: string = ''; let revRegDefId: string = '';
{ {
const response$ = client.send< const response$ = client.send<
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment