Skip to content

Commit

Permalink
Remove .only.
Browse files Browse the repository at this point in the history
  • Loading branch information
JSAssassin committed Nov 6, 2023
1 parent d9723ab commit 208738d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/mocha/20-verify.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ describe('verify APIs', () => {
description = `${type}`;
}
describe(description, () => {
it.only('verifies a valid credential', async () => {
it('verifies a valid credential', async () => {
const verifiableCredential = klona(mockCredential);
let error;
let result;
Expand Down

0 comments on commit 208738d

Please sign in to comment.