summaryrefslogtreecommitdiff
path: root/tests/unit_node/async_hooks_test.ts
AgeCommit message (Expand)Author
2024-09-12fix: add test ensuring als works across dynamic import (#25593)snek
2024-08-29fix: reland async context (#25140)snek
2024-08-02Revert "feat: async context" (#24856)snek
2024-08-02feat: async context (#24402)snek
2024-07-25chore: update to `std@2024.07.19` (#24715)Asher Gomez
2024-05-15fix(node): stub `AsyncResource.emitDestroy()` (#23802)Marvin Hagemeister
2024-04-15fix(ext/node): add stub for AsyncResource#asyncId() (#23372)Divy Srivastava
2024-04-02feat: improve AsyncLocalStorage api (#23175)Alex Yang
2024-03-06fix(node): implement ALS enterWith (#22740)Divy Srivastava
2024-02-13chore: use `@std` import instead of `@test_util/std` (#22398)Asher Gomez
2024-02-10chore: move cli/tests/ -> tests/ (#22369)Matt Mastracci