Skip to content

test: fix `common.mustCall` `length` and `name` properties

Reassign name and length properties to the returned function to not break code that relies on it.

This is needed for https://github.com/nodejs/node/pull/37947.

Merge request reports

Loading