mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-20 00:54:45 +00:00
test: tighten registry empty array assertions
This commit is contained in:
@@ -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", () => {
|
||||
|
||||
Reference in New Issue
Block a user