(relativePath)
| 11 | } |
| 12 | |
| 13 | function readJson(relativePath) { |
| 14 | return JSON.parse(readText(relativePath)); |
| 15 | } |
| 16 | |
| 17 | test('performance scripts expose focused startup stability and interaction profiles', () => { |
| 18 | const rootPackage = readJson('package.json'); |
no test coverage detected