node/test/fixtures/test-runner/output/coverage-with-mock.snapshot
Chengzhong Wu bdceaa2117
test: unify assertSnapshot common patterns
Unifes assertSnapshot common patterns like platform specific path
separators, line ending, line trailing spaces, Node.js version strings,
and pids in warning messages.

PR-URL: https://github.com/nodejs/node/pull/61590
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Gürgün Dayıoğlu <hey@gurgun.day>
2026-02-02 23:04:33 +00:00

38 lines
1.3 KiB
Text

TAP version 13
# Subtest: module test with mock
# Subtest: tests correct thing
ok 1 - tests correct thing
---
duration_ms: *
type: 'test'
...
1..1
ok 1 - module test with mock
---
duration_ms: *
type: 'suite'
...
1..1
# tests 1
# suites 1
# pass 1
# fail 0
# cancelled 0
# skipped 0
# todo 0
# duration_ms *
# start of coverage report
# ---------------------------------------------------------------------------
# file | line % | branch % | funcs % | uncovered lines
# ---------------------------------------------------------------------------
# test | | | |
# fixtures | | | |
# test-runner | | | |
# coverage-with-mock | | | |
# module.js | 100.00 | 100.00 | 100.00 |
# output | | | |
# coverage-with-mock.mjs | 100.00 | 100.00 | 100.00 |
# ---------------------------------------------------------------------------
# all files | 100.00 | 100.00 | 100.00 |
# ---------------------------------------------------------------------------
# end of coverage report