I am trying to mock the promise version of fs.writeFile using Jest, and the mocked function is not being called.
promise
fs.writeFile
Function to be tested (