mirror of
https://github.com/denoland/deno.git
synced 2025-08-03 10:33:54 +00:00
feat: stabilize test steps API (#13400)
This commit is contained in:
parent
ce52bfc59c
commit
0f3a53e5d4
7 changed files with 38 additions and 81 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue