-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test: add doc test #989
test: add doc test #989
Conversation
- improve jsdoc - fix broken links
插件 README 有很多死链 |
好吧 |
const path = require('path'); | ||
|
||
module.exports = () => { | ||
return require('koa-static')(path.join(process.cwd(), 'run/doctools/public')); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
怎么不直接用 egg-static?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
不支持 index
都得发个版本 |
Codecov Report
@@ Coverage Diff @@
## master #989 +/- ##
=======================================
Coverage 98.37% 98.37%
=======================================
Files 28 28
Lines 675 675
=======================================
Hits 664 664
Misses 11 11
Continue to review full report at Codecov.
|
测试过了就可以了 |
这个可以合了么 |
ci得重跑 |
Checklist
npm test
passesAffected core subsystem(s)
Description of change