-
Notifications
You must be signed in to change notification settings - Fork 54
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
📦 NEW: Support run test with node:test #177
Conversation
```bash egg-bin node-test ```
未来不仅仅是 mocha 的天下了。 |
.eslintrc
Outdated
/** | ||
* @see http://eslint.org/docs/rules/strict | ||
*/ | ||
"strict": [ "off" ] |
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.
wait for eggjs/eslint-config-egg#64
Codecov Report
@@ Coverage Diff @@
## master #177 +/- ##
==========================================
- Coverage 98.58% 96.47% -2.12%
==========================================
Files 28 28
Lines 992 1106 +114
Branches 29 20 -9
==========================================
+ Hits 978 1067 +89
- Misses 14 39 +25
Continue to review full report at Codecov.
|
还差 cov:node-test |
5.1.0 |
Checklist
npm test
passesAffected core subsystem(s)
Description of change