improve testing compatibility with Node.js (#5204)

This commit is contained in:
Alex Lam S.L
2021-12-06 14:42:45 +00:00
committed by GitHub
parent 033d8d9405
commit d2e7c4af20
9 changed files with 58 additions and 55 deletions

View File

@@ -62,7 +62,7 @@ assignment_2: {
}
expect_exact: "var a=8n;a**=a;console.log(a);"
expect_stdout: "16777216n"
node_version: ">=10"
node_version: ">=10.4.0"
}
evaluate: {