From 426ebf854a82c63cdaa2413fbd1b005025dba95b Mon Sep 17 00:00:00 2001 From: David Sherret Date: Mon, 11 Oct 2021 09:45:02 -0400 Subject: feat(unstable/test): imperative test steps API (#12190) --- runtime/js/99_main.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'runtime/js/99_main.js') diff --git a/runtime/js/99_main.js b/runtime/js/99_main.js index 117200a28..32732923b 100644 --- a/runtime/js/99_main.js +++ b/runtime/js/99_main.js @@ -213,6 +213,9 @@ 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