mirror of
https://github.com/zebrajr/node.git
synced 2025-12-06 12:20:27 +01:00
PR-URL: https://github.com/nodejs/node/pull/12935 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
4 lines
89 B
JavaScript
4 lines
89 B
JavaScript
const common = require('../common');
|
|
const f = common.mustCallAtLeast(() => {}, 2);
|
|
f();
|