1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-26 17:19:06 -05:00
denoland-deno/tests/node_compat/runner/TODO.md
Nathan Whitaker 8c70b6151a
fix(node): Implement os.userInfo properly, add missing toPrimitive (#24702)
Fixes the implementation of `os.userInfo`, and adds a missing
`toPrimitive` for `tmpdir`. This allows us to enable the corresponding
node_compat test.
2024-11-06 00:36:23 +01:00

418 KiB

Remaining Node Tests

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.