-
Notifications
You must be signed in to change notification settings - Fork 6
Fix karma-fixture #735
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
Fix karma-fixture #735
Conversation
| "build": "tsc", | ||
| "clean": "rimraf coverage lib docs", | ||
| "prepublish": "npm run build", | ||
| "test": "karma start --single-run" |
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.
karma test will run from root packages. Test files are defined packages/*/test/**/*.ts.
https://github.com/userdive/agent.js/blob/master/karma.conf.ts#L103
Codecov Report
@@ Coverage Diff @@
## master #735 +/- ##
=======================================
Coverage 91.38% 91.38%
=======================================
Files 23 23
Lines 592 592
Branches 103 103
=======================================
Hits 541 541
Misses 27 27
Partials 24 24 |
dkimura
left a comment
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.
👍
TL;DR
Closes #612
Check this pr.
How to check
Check list