Skip to content

Commit

Permalink
Remove todo now that tc39/proposal-async-context#69 is merged
Browse files Browse the repository at this point in the history
  • Loading branch information
andreubotella committed Mar 6, 2024
1 parent 60385ae commit b4801be
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ flags: [async, non-deterministic]
features: [AsyncContext, FinalizationRegistry, host-gc-required]
---*/

// TODO: This test tests the behavior in
// https://github.com/tc39/proposal-async-context/pull/69

const asyncVar = new AsyncContext.Variable();

function cleanupCallback() {
Expand Down

0 comments on commit b4801be

Please sign in to comment.