Skip to content

Commit

Permalink
remove only
Browse files Browse the repository at this point in the history
  • Loading branch information
Kolezhniuk committed Aug 31, 2023
1 parent ff31c01 commit 25448fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/schema-processor/parser.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { DocumentLoader, Path, getDocumentLoader } from '@iden3/js-jsonld-merkli
import { RemoteDocument, Url } from 'jsonld/jsonld-spec';
import { DID } from '@iden3/js-iden3-core';

describe.only('schema-processor/parser', () => {
describe('schema-processor/parser', () => {
const documentLoader: DocumentLoader = async (url: Url) => {
if (url === 'https://www.w3.org/2018/credentials/v1') {
return { document: credentialsV1 } as unknown as RemoteDocument;
Expand Down

0 comments on commit 25448fb

Please sign in to comment.