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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user