Skip to content
This repository has been archived by the owner on Feb 19, 2020. It is now read-only.

Commit

Permalink
Add prefix message to jacoco error for better understanding
Browse files Browse the repository at this point in the history
  • Loading branch information
Chaitanya-Chatla committed Nov 21, 2018
1 parent 46d5119 commit 40d5769
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/coverageParser.js
Expand Up @@ -5,8 +5,8 @@
var validFormats = ['lcov','jacoco'];
var errorMsg = new Map([
{lcov: 'Failed to parse string'},
{jacoco: 'Request handle not found.'}
]);
{jacoco: 'Failed to parse jacoco report: Error: Non-whitespace before first tag'}
])
describe('Coverage Parser', function () {
it('should receive an error when trying to use an unsupported format', function () {
expect(function () {
Expand Down

0 comments on commit 40d5769

Please sign in to comment.