-
Notifications
You must be signed in to change notification settings - Fork 59
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 own reported bug with missing test.titlePath #164
Conversation
package.json
Outdated
@@ -54,7 +54,7 @@ | |||
"karma-chrome-launcher": "^2.2.0", | |||
"karma-firefox-launcher": "^1.0.1", | |||
"karma-mocha": "^1.3.0", | |||
"karma-mocha-own-reporter": "^1.1.2", | |||
"karma-mocha-own-reporter": "git+https://github.com/dryajov/karma-mocha-own-reporter", |
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.
can you change it, so it references a commit, to avoid any chance of accidental breakage?
Codecov Report
@@ Coverage Diff @@
## master #164 +/- ##
=======================================
Coverage 77.77% 77.77%
=======================================
Files 6 6
Lines 135 135
=======================================
Hits 105 105
Misses 30 30 Continue to review full report at Codecov.
|
Thanks |
This issue is a patch until this PR roadhump/karma-mocha-own-reporter#3 is merged