Kyle Warneck
Kyle Warneck
Extends the library to support a few of the properties one might want for TypeScript, JavaScript and PHP projects. Also adds support for generic test execution reports.
The code coverage plugin I use in PhpStorm shows coverage numbers next to each directory and file name in the file explorer. It's one of my favorite features of the...
The jsfiddle links in the example section of the readme all lead to error pages. For example: ``` Basic: http://jsfiddle.net/gh/get/jquery/3.1.1/pablojim/highcharts-ng/tree/master/jsfiddles/basic/ ``` leads to a page with the error: ``` {"details_parse_error":"(\u003cunknown\u003e):...
The new doc format is great, but since it's no longer a single long page, I can't use my browsers "find" to jump to the line I want. It would...
The dependency injection breaks when you minify the file. I believe the minified file included in the build directory is also broken.
Adds a silent mode. When silentMode is true, it skips the logging when mapping describe blocks to filenames. SilentMode defaults to false so existing users should not see a change.
Is this library still being actively maintained? I see 4 open pr's with one all the way back from March. It seems like there's enough activity here that we could...
Addresses #67 . Allow `__` in file names in place of a query param. For example: `GET--foo=bar&buz=__.mock` matches `GET /?foo=bar&buz=baz` Other changes in this PR: * fixes a bug with...