From e858554fe9b260ef15495ddac3f6163b4250328f Mon Sep 17 00:00:00 2001 From: Ryan Manuel Date: Wed, 15 May 2024 11:05:50 -0500 Subject: [PATCH] Update smoke.js --- scripts/binary/smoke.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/binary/smoke.js b/scripts/binary/smoke.js index 7962bc191144..b5692d5982db 100644 --- a/scripts/binary/smoke.js +++ b/scripts/binary/smoke.js @@ -299,7 +299,7 @@ const runIntegrityTest = async function (buildAppExecutable, buildAppDir, e2e) { console.error(`extra keys in electron process: ${extraKeys}`) } - const allowList = ['__core-js_shared__', 'getSnapshotResult', 'supportTypeScript', 'Iterator'] + const allowList = ['__core-js_shared__', 'getSnapshotResult', 'supportTypeScript'] await testAlteringEntryPoint(`(${compareGlobals.toString()})()`, `extra keys in electron process: ${allowList}\nIntegrity check failed with expected stack length 9 but got 10`)