summaryrefslogtreecommitdiff
path: root/tests/unit_node
AgeCommit message (Expand)Author
2024-03-08fix(ext/node): Implement `isBuiltin` in `node:module` (#22817)Nathan Whitaker
2024-03-08fix(ext/node): Add Immediate class to mirror NodeJS.Immediate (#22808)Nathan Whitaker
2024-03-07feat(ext/node): ref/unref on workers (#22778)Matt Mastracci
2024-03-07fix(ext/node): http2.createServer (#22708)Satya Rohith
2024-03-06chore(tests): fix process_test for sure (#22756)Matt Mastracci
2024-03-06fix(ext/node): add default methods to fs.StatsBase (#22750)Divy Srivastava
2024-03-06fix(ext/node): strip `--enable-source-maps` from argv (#22743)Divy Srivastava
2024-03-06fix(node): stat/statSync returns instance of fs.Stats (#22294)Divy Srivastava
2024-03-06fix(node): implement ALS enterWith (#22740)Divy Srivastava
2024-03-05chore(ext/node): ignore non-working process test (#22723)Matt Mastracci
2024-03-04chore(ext/node): make process_test more reliable (#22703)Matt Mastracci
2024-03-04fix(node): errno property when command missing (#22691)Divy Srivastava
2024-03-01chore(core): fix zlib_test sanitizer failures (#22659)Matt Mastracci
2024-02-29fix(ext/node) add node http methods (#22630)Igor Zinkovsky
2024-02-23test(ext/node): assert imported argv0 value (#22568)Satya Rohith
2024-02-23fix(ext/node): set correct process.argv0 (#22555)Satya Rohith
2024-02-23fix(ext/node): init arch, pid, platform at startup (#22561)Satya Rohith
2024-02-21fix(ext/node): pass alpnProtocols to Deno.startTls (#22512)Satya Rohith
2024-02-18fix: util.parseArgs() missing node:process import (#22405)Javier Hernández
2024-02-16chore(cli): pre-factor the sanitizer tests (#22436)Matt Mastracci
2024-02-13chore: use `@std` import instead of `@test_util/std` (#22398)Asher Gomez
2024-02-10chore: move cli/tests/ -> tests/ (#22369)Matt Mastracci