Changelog
v0.7.0 (2024-04-24)
commands.npm
and commands.npx
will now resolve to the path of a .js file, not a .cmd file like in previous versions of c8js. This is because new versions of Node.js prevent the execution of .cmd files on Windows when no shell process is spawned (see the announcement).<a name="v0.6.2"></a>
Changelog
v0.6.1 (2024-01-05)
<a name="v0.6.0"></a>
Changelog
v0.6.0 (2023-07-28)
perFile
is set to true
, a thrown LowCoverageError
will contain a list of
all fails, not just of the fails in one file.LowCoverageError
and Fail
.<a name="v0.5.0"></a>
Changelog
v0.3.0 (2022-09-26)
throwExecError
has replaced failFast
.killSignal
, maxBuffer
and timeout
.killSignal
. Previously, it would always be sent 'SIGHUP'
or 'SIGTERM'
.maxBuffer
is set to Infinity
.<a name="v0.2.1"></a>