In almost 2021, is there a way to mock a single function? I mean function without object.
// demo.js module.exports = () => { return \'real func demo\';