Skip to content

Commit

Permalink
test(developer): add extra email address tests
Browse files Browse the repository at this point in the history
Co-authored-by: Eberhard Beilharz <[email protected]>
  • Loading branch information
mcdurdin and ermshiperete authored Jun 8, 2024
1 parent 43e6324 commit 5cdad48
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion developer/src/common/web/utils/test/test-is-valid-email.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@ describe('test-is-valid-email', function () {
'[email protected]',
'[email protected]',
'[email protected]',
'[email protected]'
'[email protected]',
'[email protected]',
'[email protected]',
'[email protected]'
].forEach(email => assert.isTrue(isValidEmail(email), `expected '${email}' to be valid`));

// This is accepted, but it's really a bit wonky. But that's an upstream
Expand Down

0 comments on commit 5cdad48

Please sign in to comment.