var writeFileStub = sinon.stub(fs,. 'writeFile' , function (path, data, cb) {. return cb( null ). }) expect(writeFileStub).to.be.called.
確定! 回上一頁