Skip to content

Commit 11bd5e0

Browse files
cjihrigBridgeAR
authored andcommitted
test: rename node-report suite to report
This commit renames the "node-report" test suite to "report" in order to begin differentiating core's diagnostic reporting from the original node-report module on npm PR-URL: #26371 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Minwoo Jung <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent 7ccffcb commit 11bd5e0

7 files changed

+1
-1
lines changed
File renamed without changes.

β€Žtest/node-report/testcfg.py β€Žtest/report/testcfg.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
import testpy
44

55
def GetConfiguration(context, root):
6-
return testpy.ParallelTestConfiguration(context, root, 'node-report')
6+
return testpy.ParallelTestConfiguration(context, root, 'report')

0 commit comments

Comments
Β (0)