mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-16 22:37:09 +01:00
sync fork
This commit is contained in:
parent
cc150eb989
commit
39f548db94
3 changed files with 6070 additions and 29077 deletions
|
|
@ -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()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue