(_title, body)
| 6 | * step in the Playwright UI. Otherwise just executes the body directly. |
| 7 | */ |
| 8 | let step: Step = (_title, body) => body() |
| 9 | try { |
| 10 | const pw = require('@playwright/test') as typeof import('@playwright/test') |
| 11 | if (typeof pw.test?.step === 'function') { |
no outgoing calls
no test coverage detected
searching dependent graphs…