diff --git a/node/_utils.ts b/node/_utils.ts index f8b921ea2409..06cb8ba21589 100644 --- a/node/_utils.ts +++ b/node/_utils.ts @@ -230,7 +230,9 @@ export async function assertCallbackErrorUncaught( cmd: [ Deno.execPath(), "eval", - "--no-check", // Running TSC for every one of these tests would take way too long + // TODO(kt3k): Uncomment the below option when + // https://github.com/denoland/deno/issues/13026 is resolved. + // "--no-check", // Running TSC for every one of these tests would take way too long "--unstable", `${prelude ?? ""}