Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
cmd committed Sep 26, 2023
1 parent 440e32c commit 5045243
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/tape.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ tape('Escrow Core Test Suite', async t => {
datapath : 'test/data',
isolated : true,
network : 'regtest',
debug : false,
throws : false,
verbose : false
debug : true,
throws : true,
verbose : true
})

const client = await core.startup()

prop_test(t)

await e2e_test(t, client)

t.teardown(() => { core.shutdown() })
Expand Down

0 comments on commit 5045243

Please sign in to comment.