Skip to content

Commit

Permalink
fix: default contexts are not using node fs/path anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
nklomp committed Feb 24, 2023
1 parent 8f1b17a commit 5a87aa3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/vc-handler-ld-local/src/__tests__/localAgent.test.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { createObjects } from '@veramo/cli/build/lib/objectCreator'
import { getConfig } from '@veramo/cli/build/setup'

// jest.setTimeout(30000)
jest.setTimeout(30000)

import { LdDefaultContexts } from '../ld-default-contexts'
import { SphereonEd25519Signature2018 } from '../suites/Ed25519Signature2018'
Expand All @@ -21,7 +21,7 @@ const setup = async (): Promise<boolean> => {
const { localAgent } = createObjects(config, { localAgent: '/agent' })
agent = localAgent
agent.getSupportedVeramoKeyType = jest.fn()
// jest.setTimeout(100000)
jest.setTimeout(100000)

return true
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { SphereonBbsBlsSignature2020, SphereonEd25519Signature2018, SphereonEd25

import vcHandlerLocalAgentLogic from './shared/vcHandlerLocalAgentLogic'

// jest.setTimeout(30000)
jest.setTimeout(30000)

const port = 4002
const basePath = '/agent'
Expand Down

0 comments on commit 5a87aa3

Please sign in to comment.