Skip to content
This repository has been archived by the owner on May 24, 2021. It is now read-only.

Commit

Permalink
fix(types): fix typedef for Cypress.currentTest (#47)
Browse files Browse the repository at this point in the history
* Add missing property currentRetry on currentTest

Co-authored-by: Matteo Maronati <me@mattinthe.net>
  • Loading branch information
kuceb and Matteo Maronati committed Dec 21, 2019
1 parent f49acf6 commit f26952f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
/**
* Gets the current test. Added by cypress-plugin-retries
*/
currentTest: Mocha.ISuiteCallbackContext
currentTest: Mocha.Test
}
}

0 comments on commit f26952f

Please sign in to comment.