Ihor Chulinda
Ihor Chulinda
Testing tools looses a lot of its use cases without coverage support, so it should be implemented ASAP. Most probably [istanbul](https://github.com/istanbuljs) will be used for this purpose. This task also...
This tool must have source-map support for a lot of use cases. Also readers, that don't produce source-maps (`reader-md` or `reader-split`) have to do it.
We need to include mocks/stubs for stuff like (`Date.now()` and `Math.rand()`) by default (should be configurable), otherwise test will often fail without normal reason.
Small additional tool that creates `.md` docs from non-md specs, assuming comments starting with `///` as part of `.md` content and inserts actual code as code snippets in this doc....
It could be possible to write baseline in `.spec.md` file instead of separate one. Something like this: ```JavaScript sampleFn(1, 3) /// returns -> 5 sampleFn(1, null) /// throws -> NullPointerException...
General abstract API for creating and using mock /stubs for everything (from `Date.now()` to `SQL`)
Abstract general API for collecting different side effects (`std I/O`, `file system`, `database`, `global/window namespace`, `network requests` etc.) and passing them to `baseline writers`(#10) based on configuration (#4).
This reader should be used as base for every reader (except `.md` obviously) in order to parse spec files and special comments (most probably something like: `/// # Some md-like...
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of...
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of...