mirror of
https://github.com/denoland/deno.git
synced 2025-09-27 12:49:10 +00:00
docs: V8 is a JavaScript engine, not a runtime (#7619)
This commit is contained in:
parent
5a8a4da524
commit
43fa68e589
1 changed files with 1 additions and 1 deletions
|
@ -212,7 +212,7 @@ Deno will automatically determine test coverage for your code if you specify the
|
||||||
line basis for modules that share the parent directory with at-least one test
|
line basis for modules that share the parent directory with at-least one test
|
||||||
module that is being executed.
|
module that is being executed.
|
||||||
|
|
||||||
This coverage information is acquired directly from the JavaScript runtime (V8).
|
This coverage information is acquired directly from the JavaScript engine (V8).
|
||||||
Because of this, the coverage reports are very accurate.
|
Because of this, the coverage reports are very accurate.
|
||||||
|
|
||||||
When all tests are done running a summary of coverage per file is printed to
|
When all tests are done running a summary of coverage per file is printed to
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue