Skip to content

Commit

Permalink
ci: fix reference error in node ci
Browse files Browse the repository at this point in the history
  • Loading branch information
kt3k committed Dec 9, 2021
1 parent 21e0b73 commit f2f25b1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion node/_utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 ?? ""}
Expand Down

0 comments on commit f2f25b1

Please sign in to comment.