(result: RunJestResult)
| 11 | import {runYarnInstall} from '../Utils'; |
| 12 | |
| 13 | const getLog = (result: RunJestResult) => result.stdout.split('\n')[1].trim(); |
| 14 | |
| 15 | const dir = path.resolve(__dirname, '../custom-jsdom-version/v27'); |
| 16 |
no outgoing calls
no test coverage detected