build: reenable firefox tests for devtools (#63288)

Reenable firefox tests for devtools as the spaces issues with path names is addressed post v7 of bazel

PR Close #63288
This commit is contained in:
Joey Perrott
2025-08-20 09:47:07 -06:00
committed by Jessica Janiuk
parent 11c638557b
commit 9bdb4fe8cc
-2
View File
@@ -36,8 +36,6 @@ def ng_web_test_suite(deps = [], **kwargs):
"//:node_modules/@angular/platform-browser",
]
_ng_web_test_suite(
# TODO: Reenable firefox tests once spaces in file paths are not a problem
firefox = False,
deps = deps,
tsconfig = "//devtools:tsconfig_test",
**kwargs