diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2024-05-14 19:51:51 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-14 23:51:51 +0000 |
commit | 1a788b58a0e80c4504a0fdf5d47db41c46dc8d37 (patch) | |
tree | 4b780c3a09d92c18a381a25d7213828721c05b1f /tools/lint.js | |
parent | e389917535e8e7ef13920a96f9c9c1e1ec2b2c55 (diff) |
chore: fix flaky rejection_handled_web_process (#23817)
Closes https://github.com/denoland/deno/issues/23712
Diffstat (limited to 'tools/lint.js')
-rwxr-xr-x | tools/lint.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lint.js b/tools/lint.js index aa3b417cc..d4fb4e9a0 100755 --- a/tools/lint.js +++ b/tools/lint.js @@ -216,7 +216,7 @@ async function ensureNoNewITests() { // Read the comment above. Please don't increase these numbers! "lsp_tests.rs": 0, "node_compat_tests.rs": 4, - "node_unit_tests.rs": 3, + "node_unit_tests.rs": 2, "npm_tests.rs": 98, "pm_tests.rs": 0, "publish_tests.rs": 0, |