(directory, tag)
| 77 | } |
| 78 | |
| 79 | function assertBinary(directory, tag) { |
| 80 | assert.equal( |
| 81 | fs.readFileSync(path.join(directory, WINDOWS_BINARY_NAME), 'utf8'), |
| 82 | `binary:${tag}`, |
| 83 | ); |
| 84 | } |
| 85 | |
| 86 | test('Windows publication repairs a corrupt cached binary', () => { |
| 87 | withBinaryDirectories(({ source, destination }) => { |
no outgoing calls
no test coverage detected