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 { ClientProxy } from '@nestjs/microservices';
import type {
EventAnonCredsCredentialsGetAllInput,
EventAnonCredsRevocationRegisterRevocationRegistryDefinitionInput,
EventAnonCredsRevocationRegisterRevocationStatusListInput,
EventAnonCredsRevocationRevokeInput,
......@@ -11,7 +10,6 @@ import type {
import { ClientsModule, Transport } from '@nestjs/microservices';
import { Test } from '@nestjs/testing';
import {
EventAnonCredsCredentialsGetAll,
EventDidcommAnonCredsCredentialsOfferToSelf,
EventAnonCredsRevocationRegisterRevocationRegistryDefinition,
EventAnonCredsRevocationRegisterRevocationStatusList,
......@@ -112,7 +110,7 @@ describe('Revocation', () => {
client.close();
});
xit(
it(
EventAnonCredsRevocationRegisterRevocationRegistryDefinition.token,
async () => {
const response$ = client.send<
......@@ -139,7 +137,7 @@ describe('Revocation', () => {
},
);
xit(EventAnonCredsRevocationRegisterRevocationStatusList.token, async () => {
it(EventAnonCredsRevocationRegisterRevocationStatusList.token, async () => {
let revRegDefId: string = '';
{
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