()
| 47 | expectedAssertionsNumber: null, |
| 48 | expectedAssertionsNumberErrorGen: null, |
| 49 | get testPath() { |
| 50 | return getWorkerState().filepath |
| 51 | }, |
| 52 | currentTestName: test |
| 53 | ? test.fullTestName ?? '' |
| 54 | : globalState.currentTestName, |
nothing calls this directly
no test coverage detected