1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-22 15:10:44 -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 Bartek Iwańczuk
parent 9edce4db77
commit cfd13b0f87
No known key found for this signature in database
GPG key ID: 0C6BCDDC3B3AD750

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.