Skip to content

Commit

Permalink
Updated/removed some flags and command
Browse files Browse the repository at this point in the history
Signed-off-by: Deepali Chavan <deepali.chavan@broadcom.com>
  • Loading branch information
deepalibroadcom committed Oct 23, 2020
1 parent 968ca83 commit 609c8d6
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 309 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,3 @@ node_modules
.vscode-test/
*.vsix
results
dist
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module.exports = {
[
'./node_modules/jest-html-reporter',
{
pageTitle: 'CHE4Z Explorer for Endevor Unit Test Report',
pageTitle: 'Explorer for Endevor Unit Test Report',
outputPath: 'results/unit/results.html',
},
],
Expand Down
2 changes: 1 addition & 1 deletion jest.int.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ testMatch: ['**/__tests__/sampletests/**/*.test.ts'],
[
'./node_modules/jest-html-reporter',
{
pageTitle: 'CHE4Z Explorer for Endevor Unit Test Report',
pageTitle: 'Explorer for Endevor Unit Test Report',
outputPath: 'results/unit/results.html',
},
],
Expand Down
Loading

0 comments on commit 609c8d6

Please sign in to comment.