mockImplementation ((path, cb) => { cb(false); }); return readFile('file.txt') .then(() => { expect(fs.readFile).toHaveBeenCalled(); }); }); it('resolves a ...
確定! 回上一頁