Skip to content

Commit

Permalink
Merge branch 'fix/vitest-hangup' into 'dev'
Browse files Browse the repository at this point in the history
fix(ergo-explorer, ergo-node): fix vitest hangup

Closes #38

See merge request ergo/rosen-bridge/rosen-chains!64
  • Loading branch information
vorujack committed Oct 2, 2023
2 parents 9b6527b + 87db574 commit 9ab5d1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/networks/ergo-explorer/vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export default defineConfig({
},
mockReset: true,
watch: false,
threads: false,
},
plugins: [wasm(), topLevelAwait()],
});
1 change: 1 addition & 0 deletions packages/networks/ergo-node/vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export default defineConfig({
},
mockReset: true,
watch: false,
threads: false,
},
plugins: [wasm(), topLevelAwait()],
});

0 comments on commit 9ab5d1e

Please sign in to comment.