(test)
| 276 | } |
| 277 | |
| 278 | function ensureArtifactsObject(test) { |
| 279 | if (!test.artifacts || Array.isArray(test.artifacts)) test.artifacts = {} |
| 280 | } |
| 281 | |
| 282 | function attachJUnitArtifact(test, filePath) { |
| 283 | const mocha = Container.mocha?.() |
no outgoing calls
no test coverage detected