Skip to content

Commit

Permalink
feat: unify the signatures of bind and with
Browse files Browse the repository at this point in the history
  • Loading branch information
rauno56 committed Jun 28, 2021
1 parent e2fa8ad commit 476302d
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -367,7 +367,8 @@ for (const contextManagerClass of [
contextManager.bind(context, () => {
assert.strictEqual(contextManager.active(), context);
assert.strictEqual(otherContextManager.active(), otherContext);
}));
})
);
fn();
});
});
Expand Down

0 comments on commit 476302d

Please sign in to comment.