Skip to content

Commit

Permalink
Run all tests not just one failing one.
Browse files Browse the repository at this point in the history
  • Loading branch information
aljones15 committed Nov 21, 2023
1 parent 8dfe4be commit 0311c76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/10-verify.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ for(const [version, mockCredential] of versionedCredentials) {
});

describe('vc.signPresentation()', () => {
it.only('should create a signed VP', async () => {
it('should create a signed VP', async () => {
const presentation = vc.createPresentation({
verifiableCredential: mockCredential,
id: 'test:ebc6f1c2',
Expand Down

0 comments on commit 0311c76

Please sign in to comment.