Welcome to mirror list, hosted at ThFree Co, Russian Federation.

failmustcall2.js « fixtures « test - github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 89f8d23922e78a753cf04998adfdae774c046ca6 (plain)
1
2
3
const common = require('../common');
const f = common.mustCallAtLeast(() => {}, 2);
f();