Skip to content

Commit

Permalink
feat: test report for frontends
Browse files Browse the repository at this point in the history
  • Loading branch information
wanyouzhu committed Jun 19, 2023
1 parent d50ce72 commit 3fd061b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontends/hare.webui/jest.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ export default {
],
reporters: [
'default',
['./node_modules/jest-html-reporter', {'pageTitle': 'Fusion WebUI Test Report', outputPath: 'test/jest/report.html'}]
['./node_modules/jest-html-reporter', {'pageTitle': 'Fusion WebUI Test Report', outputPath: 'test/jest/reports/report.html'}]
]
};
3 changes: 2 additions & 1 deletion frontends/hare.webui/test/jest/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
coverage/*
coverage/*
reports/*

0 comments on commit 3fd061b

Please sign in to comment.