sync fork

This commit is contained in:
Julien Catania 2024-01-02 21:21:26 +01:00
parent cc150eb989
commit 39f548db94
3 changed files with 6070 additions and 29077 deletions

View file

@ -14,7 +14,7 @@ describe('lcov report coverage', () => {
const fileContent = fs.readFileSync(fixturePath, {encoding: 'utf8'})
const parser = new LcovParser()
const parser = new LcovParser({parseErrors: true, trackedFiles: []})
const result = await parser.parse(filePath, fileContent)
expect(result).toMatchSnapshot()