Skip to content

Commit

Permalink
update ethereum tests to v14.1 (#3699)
Browse files Browse the repository at this point in the history
* update ethereum tests to v14.1

* specify browser deps to optimize

---------

Co-authored-by: acolytec3 <17355484+acolytec3@users.noreply.github.com>
  • Loading branch information
jochem-brouwer and acolytec3 committed Sep 23, 2024
1 parent 9bdd5ac commit 7e9ac29
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/ethereum-tests
Submodule ethereum-tests updated 105 files
5 changes: 3 additions & 2 deletions packages/evm/vitest.config.browser.mts
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@ export default mergeConfig(
baseConfig,
defineConfig({
test: {
exclude: [
exclude: [
...configDefaults.exclude,
// readDirSync method not provided fs mock for vite
'test/precompiles/eip-2537-bls.spec.ts',
]
}
},
optimizeDeps: { entries: ['vite-plugin-node-polyfills/shims/buffer', 'vite-plugin-node-polyfills/shims/global', 'vite-plugin-node-polyfills/shims/process'] }
})
)

0 comments on commit 7e9ac29

Please sign in to comment.