4 lines
89 B
JavaScript
4 lines
89 B
JavaScript
const common = require('../common');
|
|
const f = common.mustCallAtLeast(() => {}, 2);
|
|
f();
|