Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2155f56

Browse filesBrowse files
Trotttargos
authored andcommitted
test: disable colorMode in test-console-group
Disable colorMode in test-console-group so that the test will succeed if run without the test runner from the command line. PR-URL: #30886 Reviewed-By: Shelley Vohr <codebytere@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent 8d8c05d commit 2155f56
Copy full SHA for 2155f56

File tree

Expand file treeCollapse file tree

1 file changed

+3
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-1
lines changed
Open diff view settings
Collapse file

‎test/parallel/test-console-group.js‎

Copy file name to clipboardExpand all lines: test/parallel/test-console-group.js
+3-1Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ function setup() {
2323
stderr += data;
2424
});
2525

26-
c = new Console(process.stdout, process.stderr);
26+
c = new Console({ stdout: process.stdout,
27+
stderr: process.stderr,
28+
colorMode: false });
2729
}
2830

2931
function teardown() {

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.