Skip to content

Commit

Permalink
chore: update jsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
yaohaixiao committed Jul 28, 2023
1 parent 3f65d98 commit fedf2f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module.exports = {
'./node_modules/jest-html-reporter',
{
pageTitle: 'delegate.js 单测报告',
outputPath: 'report/unit-test/demo.html',
outputPath: 'report/unit-test/index.html',
includeFailureMsg: true
}
]
Expand Down
2 changes: 1 addition & 1 deletion jsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"baseUrl": "./",
"paths": {
"@/*": [
"src/*"
"./*"
]
}
},
Expand Down

0 comments on commit fedf2f2

Please sign in to comment.