diff options
author | tokiedokie <thetokiedokie@gmail.com> | 2020-09-22 12:53:35 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-22 13:53:35 +1000 |
commit | 43fa68e5895b05a78c84d5837eaa754204b4b99c (patch) | |
tree | f38d6098a558ee837054d25099441067f7e109c3 | |
parent | 5a8a4da524a38fcade24ca7645ae0c034602b9aa (diff) |
docs: V8 is a JavaScript engine, not a runtime (#7619)
-rw-r--r-- | docs/testing.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/testing.md b/docs/testing.md index ca74938e3..f92f5fadd 100644 --- a/docs/testing.md +++ b/docs/testing.md @@ -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 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. When all tests are done running a summary of coverage per file is printed to |