mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
test: add trailing commas in test/node-api
PR-URL: https://github.com/nodejs/node/pull/46384 Reviewed-By: Michael Dawson <midawson@redhat.com> Reviewed-By: James M Snell <jasnell@gmail.com>
This commit is contained in:
@@ -31,7 +31,7 @@ async_hooks.createHook({
|
||||
after: common.mustCall((id) => {
|
||||
assert.strictEqual(id, expectedId);
|
||||
insideHook = false;
|
||||
})
|
||||
}),
|
||||
}).enable();
|
||||
|
||||
runInCallbackScope(expectedResource, expectedResourceType, () => {
|
||||
|
||||
Reference in New Issue
Block a user