1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-03 17:08:35 -05:00

chore: fix lint step due to node compat test changes (#27111)

Seems due to merging this:
https://github.com/denoland/deno/actions/runs/12052779514/job/33606893423
This commit is contained in:
David Sherret 2024-11-27 12:20:20 -05:00 committed by GitHub
parent 9bc36aa79b
commit 6fb0e10252
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,7 +1,7 @@
<!-- deno-fmt-ignore-file -->
# Remaining Node Tests
594 tests out of 3681 have been ported from Node 20.11.1 (16.14% ported, 83.97% remaining).
595 tests out of 3681 have been ported from Node 20.11.1 (16.16% ported, 83.94% remaining).
NOTE: This file should not be manually edited. Please edit `tests/node_compat/config.json` and run `deno task setup` in `tests/node_compat/runner` dir instead.