Files
Kmake/test/fixtures/failmustcall2.js

4 lines
89 B
JavaScript
Raw Permalink Normal View History

2026-05-26 23:36:42 -07:00
const common = require('../common');
const f = common.mustCallAtLeast(() => {}, 2);
f();