From 87e0af182ebc68659f8870aaa3dccd0ee4da83ff Mon Sep 17 00:00:00 2001 From: Michael Herrmann Date: Mon, 19 Dec 2022 18:31:03 +0100 Subject: [PATCH] Fix typo --- build/commands/lib/test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/commands/lib/test.js b/build/commands/lib/test.js index ff41768421c7..9e2c21dd1bfc 100644 --- a/build/commands/lib/test.js +++ b/build/commands/lib/test.js @@ -152,7 +152,7 @@ const runTests = (passthroughArgs, suite, buildConfig, options) => { // Specify emulator to run tests on braveArgs.push(`--avd-config tools/android/avd/proto/generic_android28.textpb`) } - let runOptions = config.defaultrunOptions + let runOptions = config.defaultOptions if (runOptions.output) // When test results are saved to a file, callers (such as CI) generate // and analyze test reports as a next step. These callers are typically