mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
use test logger, which does not allow colors (#90010)
This commit is contained in:
parent
0f0613c0ae
commit
a2cd16ba82
@ -114,10 +114,7 @@ void testUsingContext(
|
||||
HttpClient: () => FakeHttpClient.any(),
|
||||
IOSSimulatorUtils: () => const NoopIOSSimulatorUtils(),
|
||||
OutputPreferences: () => OutputPreferences.test(),
|
||||
Logger: () => BufferLogger(
|
||||
terminal: globals.terminal,
|
||||
outputPreferences: globals.outputPreferences,
|
||||
),
|
||||
Logger: () => BufferLogger.test(),
|
||||
OperatingSystemUtils: () => FakeOperatingSystemUtils(),
|
||||
PersistentToolState: () => buildPersistentToolState(globals.fs),
|
||||
Usage: () => TestUsage(),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user