mirror of
https://github.com/moltbot/moltbot.git
synced 2026-05-18 12:08:52 +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