From 25448fb7cbfe91b0d222f5376b8c9a5f18152c9b Mon Sep 17 00:00:00 2001 From: Dimasik Kolezhniuk Date: Thu, 31 Aug 2023 22:03:41 +0200 Subject: [PATCH] remove only --- tests/schema-processor/parser.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/schema-processor/parser.test.ts b/tests/schema-processor/parser.test.ts index 560d6fdf..4612d498 100644 --- a/tests/schema-processor/parser.test.ts +++ b/tests/schema-processor/parser.test.ts @@ -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;