diff --git a/packages/vm/vitest.config.browser.mts b/packages/vm/vitest.config.browser.mts index a3b19fe16a..73613ccbc2 100644 --- a/packages/vm/vitest.config.browser.mts +++ b/packages/vm/vitest.config.browser.mts @@ -11,7 +11,9 @@ export default mergeConfig( // path.resolve is not a function 'test/api/tester/tester.config.spec.ts', // Cannot read properties of undefined (reading 'pedersen_hash') - 'test/api/EIPs/eip-6800-verkle.spec.ts' + 'test/api/EIPs/eip-6800-verkle.spec.ts', + // Uses NodeJS builtins and we don't need to fill tests in browser anyway + 'test/api/t8ntool/t8ntool.spec.ts' ], }, }