(name: string, contents: string)
| 19 | } |
| 20 | |
| 21 | function binaryFile(name: string, contents: string): File { |
| 22 | return buildBinaryFile(name, contents); |
| 23 | } |
| 24 | |
| 25 | function createFiles({ |
| 26 | camerasFile = textFile('cameras.txt', 'camera text'), |
no test coverage detected