1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-12 06:23:38 +00:00

Fix minor test setup to account for trim

This commit is contained in:
Jimmy Vo
2024-12-10 11:26:27 -05:00
parent 4df84ff3d2
commit 932129b501

View File

@@ -142,7 +142,7 @@ describe("inputEmailLimitValidator", () => {
let result = "";
for (let i = 1; i <= numberOfEmails; i++) {
result += `test${i}@test.com,`;
result += `test${i}@test.com, `;
}
// Remove the last comma and space