Skip to content

Commit

Permalink
ci: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
AriPerkkio committed May 9, 2023
1 parent 7802857 commit 6c60306
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/config/test/failures.test.ts
Expand Up @@ -68,6 +68,9 @@ test('version number is printed when coverage provider fails to load', async ()
'./non-existing-module.ts',
])

// eslint-disable-next-line no-console -- debug CI
console.log({ error, output })

expect(output).toMatch(`RUN v${version}`)
expect(error).toMatch('Error: Failed to load custom CoverageProviderModule from ./non-existing-module.ts')
})

0 comments on commit 6c60306

Please sign in to comment.