Commit 8b473af
test_runner: make built in reporters internal
This commit updates the test runner to make the built in test
reporters internal modules.
Backport-PR-URL: #46361
PR-URL: #46092
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>1 parent a49e17e commit 8b473afCopy full SHA for 8b473af
Expand file treeCollapse file tree
4 files changed
+26
-11
lines changedOpen diff view settings
Collapse file
lib/test/reporter/dot.js lib/internal/test_runner/reporter/dot.jslib/test/reporter/dot.js renamed to lib/internal/test_runner/reporter/dot.js
Copy file name to clipboardFile renamed without changes.
Collapse file
lib/test/reporter/spec.js lib/internal/test_runner/reporter/spec.jslib/test/reporter/spec.js renamed to lib/internal/test_runner/reporter/spec.js
Copy file name to clipboardFile renamed without changes.
Collapse file
lib/test/reporter/tap.js lib/internal/test_runner/reporter/tap.jslib/test/reporter/tap.js renamed to lib/internal/test_runner/reporter/tap.js
Copy file name to clipboardFile renamed without changes.
Collapse file
lib/internal/test_runner/utils.js
Copy file name to clipboardExpand all lines: lib/internal/test_runner/utils.js+26-11Lines changed: 26 additions & 11 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
92 | 92 | |
93 | 93 | |
94 | 94 | |
95 | | - |
96 | | - |
97 | | - |
| 95 | + |
| 96 | + |
| 97 | + |
98 | 98 | |
99 | 99 | |
100 | 100 | |
101 | 101 | |
102 | 102 | |
| 103 | + |
| 104 | + |
| 105 | + |
| 106 | + |
| 107 | + |
| 108 | + |
| 109 | + |
| 110 | + |
| 111 | + |
| 112 | + |
103 | 113 | |
104 | 114 | |
105 | 115 | |
106 | 116 | |
107 | 117 | |
108 | | - |
109 | | - |
110 | | - |
111 | | - |
112 | | - |
113 | | - |
| 118 | + |
| 119 | + |
| 120 | + |
| 121 | + |
| 122 | + |
| 123 | + |
| 124 | + |
| 125 | + |
| 126 | + |
| 127 | + |
| 128 | + |
| 129 | + |
| 130 | + |
114 | 131 | |
115 | | - |
116 | | - |
117 | 132 | |
118 | 133 | |
119 | 134 | |
|
0 commit comments