nodejs/test/fixtures/failmustcall1.js

4 lines
83 B
JavaScript

const common = require('../common');
const f = common.mustCall( () => {}, 2);
f();