From 0f3a53e5d477ca2c422ed58a65bd368d1eb0a5b2 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Tue, 18 Jan 2022 15:02:56 -0500 Subject: feat: stabilize test steps API (#13400) --- runtime/js/99_main.js | 3 --- 1 file changed, 3 deletions(-) (limited to 'runtime/js/99_main.js') diff --git a/runtime/js/99_main.js b/runtime/js/99_main.js index 534a28733..0c5555dd0 100644 --- a/runtime/js/99_main.js +++ b/runtime/js/99_main.js @@ -214,9 +214,6 @@ delete Object.prototype.__proto__; runtimeOptions.v8Version, runtimeOptions.tsVersion, ); - if (runtimeOptions.unstableFlag) { - internals.enableTestSteps(); - } build.setBuildInfo(runtimeOptions.target); util.setLogDebug(runtimeOptions.debugFlag, source); const prepareStackTrace = core.createPrepareStackTrace( -- cgit v1.2.3