(filePath)
| 15 | ); |
| 16 | |
| 17 | function expectFileToMatchSnapshot(filePath) { |
| 18 | assert.file(filePath); |
| 19 | const content = fs.readFileSync(filePath, {encoding: 'utf-8'}); |
| 20 | expectToMatchSnapshot(content); |
| 21 | } |
| 22 | |
| 23 | /** |
| 24 | * Assert a list of files to match snapshots |
no outgoing calls
no test coverage detected