Skip to content

Commit b96f433

Browse files
committed
Track page-size preference coverage
1 parent 8170eff commit b96f433

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

scripts/check-ui-test-harness-blockers

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ if module_for_count != 0:
5151
fail("MODULE_FOR_USAGE_COUNT_UNEXPECTED", actual=module_for_count, expected=0)
5252
if 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
5757
volatile_computed_count = 0
5858
for 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

Comments
 (0)