Skip to content

Commit bb07cf5

Browse files
committed
Track catalog localization unit coverage
1 parent c9a031c commit bb07cf5

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 != 38:
55-
fail("DIRECT_QUNIT_IMPORT_COUNT_UNEXPECTED", actual=direct_qunit_import_count, expected=38)
54+
if direct_qunit_import_count != 39:
55+
fail("DIRECT_QUNIT_IMPORT_COUNT_UNEXPECTED", actual=direct_qunit_import_count, expected=39)
5656
5757
direct_qunit_tests = [
5858
Path("tests/unit/helpers/date-calendar-test.js"),
@@ -62,6 +62,7 @@ direct_qunit_tests = [
6262
Path("tests/unit/helpers/nl-to-br-test.js"),
6363
Path("tests/unit/helpers/upper-case-test.js"),
6464
Path("tests/unit/utils/util-test.js"),
65+
Path("tests/unit/utils/localized-catalog-field-test.js"),
6566
Path("tests/unit/bulk-action-handler/service-test.js"),
6667
Path("tests/unit/routes/loading-test.js"),
6768
Path("tests/unit/routes/index-test.js"),

0 commit comments

Comments
 (0)