summaryrefslogtreecommitdiff
path: root/test/fixtures/failmustcall2.js
blob: 89f8d23922e78a753cf04998adfdae774c046ca6 (plain)
1
2
3
const common = require('../common');
const f = common.mustCallAtLeast(() => {}, 2);
f();