@@ -51,8 +51,8 @@ if module_for_count != 0:
5151 fail("MODULE_FOR_USAGE_COUNT_UNEXPECTED", actual=module_for_count, expected=0)
5252if module_for_component_count != 0:
5353 fail("MODULE_FOR_COMPONENT_USAGE_UNEXPECTED", actual=module_for_component_count, expected=0)
54- if direct_qunit_import_count != 83 :
55- fail("DIRECT_QUNIT_IMPORT_COUNT_UNEXPECTED", actual=direct_qunit_import_count, expected=83 )
54+ if direct_qunit_import_count != 84 :
55+ fail("DIRECT_QUNIT_IMPORT_COUNT_UNEXPECTED", actual=direct_qunit_import_count, expected=84 )
5656
5757volatile_computed_count = 0
5858for path in Path("app").rglob("*.js"):
@@ -182,6 +182,7 @@ direct_qunit_tests = [
182182 Path("tests/unit/components/workspace-terminal-test.js"),
183183 Path("tests/unit/components/form-ports-test.js"),
184184 Path("tests/unit/components/new-container-port-preflight-test.js"),
185+ Path("tests/unit/services/prefs-test.js"),
185186 Path("tests/unit/utils/socket-test.js"),
186187 Path("tests/unit/utils/owner-lookup-test.js"),
187188 Path("tests/unit/utils/catalog-question-answer-test.js"),
0 commit comments