(name: string)
| 25 | |
| 26 | const binaryPath = path.resolve(__dirname, `../scripts/start.js`); |
| 27 | const example = (name: string) => |
| 28 | path.join(__dirname, '..', '..', '..', 'examples', name); |
| 29 | const session = Math.random().toString(36).split('.')[1]; |
| 30 | |
| 31 | async function findFilesNamed( |
no test coverage detected