Skip to content

Commit

Permalink
Fix small typo in README (#142)
Browse files Browse the repository at this point in the history
Just a missing comma in the configuration example.

Fixes #149
  • Loading branch information
csuarez authored and joeyparrish committed Jan 8, 2019
1 parent afa858e commit 952cf26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ module.exports = function(config) {
useBrowserName: true, // add browser name to report and classes names
nameFormatter: undefined, // function (browser, result) to customize the name attribute in xml testcase element
classNameFormatter: undefined, // function (browser, result) to customize the classname attribute in xml testcase element
properties: {} // key value pair of properties to add to the <properties> section of the report
properties: {}, // key value pair of properties to add to the <properties> section of the report
xmlVersion: null // use '1' if reporting to be per SonarQube 6.2 XML format
}
});
Expand Down

0 comments on commit 952cf26

Please sign in to comment.