Skip to content

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
nitro-neal committed Nov 2, 2023
1 parent fa11bb3 commit 927a246
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/credentials/tests/verifiable-credential.spec.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
import { expect } from 'chai';
// import { VcJwt, VpJwt, VerifiableCredentialTypeV1, PresentationDefinition} from '../src/types.js';
// import {VerifiableCredential, VerifiablePresentation, CreateVcOptions, CreateVpOptions, SignOptions} from '../src/ssi.js';
import { VerifiableCredential, SignOptions } from '../src/verifiable-credential.js';
import { Ed25519, Jose } from '@web5/crypto';
import { DidKeyMethod } from '@web5/dids';
// import { getCurrentXmlSchema112Timestamp } from '../src/utils.js';

type Signer = (data: Uint8Array) => Promise<Uint8Array>;

Expand Down

0 comments on commit 927a246

Please sign in to comment.