Skip to content

Commit

Permalink
undo skip
Browse files Browse the repository at this point in the history
  • Loading branch information
vmidyllic committed Apr 3, 2024
1 parent d3edad5 commit 652291a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/auth.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import { Circuits } from '@lib/circuits/registry';
import path from 'path';
import { resolveDIDDocument, resolvers, schemaLoader, testOpts } from './mocks';

describe.skip('auth tests', () => {
describe('auth tests', () => {
const connectionString = process.env.IPFS_URL ?? 'https://ipfs.io';
it('createAuthorizationRequest', () => {
const sender = 'did:iden3:polygon:amoy:xCRp75DgAdS63W65fmXHz6p9DwdonuRU9e46DifhX';
Expand Down

0 comments on commit 652291a

Please sign in to comment.