Skip to content

Commit

Permalink
fix(indy-vdr): add require for tests
Browse files Browse the repository at this point in the history
Signed-off-by: Karim Stekelenburg <[email protected]>
  • Loading branch information
karimStekelenburg committed Feb 13, 2023
1 parent 5c5a6a6 commit b5de2bf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/indy-vdr/tests/setup.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
// Needed to register indy-vdr node bindings
import '../src/index'

require('@hyperledger/indy-vdr-nodejs')

jest.setTimeout(60000)

0 comments on commit b5de2bf

Please sign in to comment.