* Consistently logs the given string to the Command Log * so the user knows the log message is coming from this plugin. * @param s Message to log.
(s: string)
| 66 | * @param s Message to log. |
| 67 | */ |
| 68 | function logMessage(s: string): void { |
| 69 | cy.log(`${s} \`[@cypress/code-coverage]\``) |
| 70 | } |
| 71 | |
| 72 | function registerHooks(): void { |
| 73 | let windowCoverageObjects: WindowCoverageObject[] = [] |
no outgoing calls
no test coverage detected
searching dependent graphs…