test: tighten registry empty array assertions

This commit is contained in:
Shakker
2026-05-09 05:40:00 +01:00
parent e7f3644207
commit 3ee3fd72bb
24 changed files with 62 additions and 56 deletions

View File

@@ -14,7 +14,7 @@ describe("shared/string-normalization", () => {
"null",
"obj",
]);
expect(normalizeStringEntries(undefined)).toEqual([]);
expect(normalizeStringEntries(undefined)).toStrictEqual([]);
});
it("normalizes mixed allow-list entries to lowercase", () => {