Skip to content

Commit

Permalink
Add tweaks to tx browser test config
Browse files Browse the repository at this point in the history
  • Loading branch information
acolytec3 committed Apr 24, 2024
1 parent 3ad4baa commit e07f1fd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/tx/vitest.browser.config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ export default mergeConfig(
// wrong ethereum-tests path reference (../ is stripped)
'test/transactionRunner.spec.ts',
],
fileParallelism: false,
isolate: true
},
})
)

0 comments on commit e07f1fd

Please sign in to comment.