Skip to content

Commit

Permalink
fix: update fixtures to reflect new heading
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin committed Mar 1, 2018
1 parent 1504374 commit 36801d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -3,7 +3,7 @@
"opts": {
"skipEmpty": true
},
"textReportExpected": "----------|----------|----------|----------|----------|----------------|\nFile | % Stmts | % Branch | % Funcs | % Lines |Uncovered Lines |\n----------|----------|----------|----------|----------|----------------|\n----------|----------|----------|----------|----------|----------------|\n",
"textReportExpected": "----------|----------|----------|----------|----------|-------------------|\nFile | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s |\n----------|----------|----------|----------|----------|-------------------|\n----------|----------|----------|----------|----------|-------------------|\n",
"map": {
"/dev/git/istanbuljs/packages/istanbul-reports/lib/text/empty.js": {
"path": "/dev/git/istanbuljs/packages/istanbul-reports/lib/text/empty.js",
Expand Down
@@ -1,6 +1,6 @@
{
"title": "empty file - show 0%",
"textReportExpected": "----------|----------|----------|----------|----------|----------------|\nFile | % Stmts | % Branch | % Funcs | % Lines |Uncovered Lines |\n----------|----------|----------|----------|----------|----------------|\nAll files | 0 | 0 | 0 | 0 |\u001b[31;1m \u001b[0m |\n empty.js | 0 | 0 | 0 | 0 |\u001b[31;1m \u001b[0m |\n----------|----------|----------|----------|----------|----------------|\n",
"textReportExpected": "----------|----------|----------|----------|----------|-------------------|\nFile | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s |\n----------|----------|----------|----------|----------|-------------------|\nAll files | 0 | 0 | 0 | 0 |\u001b[31;1m \u001b[0m |\n empty.js | 0 | 0 | 0 | 0 |\u001b[31;1m \u001b[0m |\n----------|----------|----------|----------|----------|-------------------|\n",
"map": {
"/dev/git/istanbuljs/packages/istanbul-reports/lib/text/empty.js": {
"path": "/dev/git/istanbuljs/packages/istanbul-reports/lib/text/empty.js",
Expand Down

0 comments on commit 36801d3

Please sign in to comment.