Cypress - Plugins and Ecosystem
What is wrong with this Cypress test code snippet?
cy.task('deleteFile', 'temp.txt').then(() => {
cy.task('deleteFile', 'temp.txt')
})