mirror of
https://github.com/denoland/deno.git
synced 2024-12-02 17:01:14 -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:
parent
9bc36aa79b
commit
6fb0e10252
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue