diff --git a/build-system/tasks/runtime-test/runtime-test-base.js b/build-system/tasks/runtime-test/runtime-test-base.js index e5ab75cc95ea..8b32f8cd4b81 100644 --- a/build-system/tasks/runtime-test/runtime-test-base.js +++ b/build-system/tasks/runtime-test/runtime-test-base.js @@ -314,10 +314,6 @@ class RuntimeTestConfig { }, plugins: [importPathPlugin, babelPlugin], sourcemap: 'inline', - // TODO(rsimha): Remove this workaround once evanw/esbuild#1202 is fixed. - banner: { - js: "function require(x) { throw new Error('Cannot require ' + x) }", - }, }; }