Skip to content

Commit

Permalink
add few more invalid mail types
Browse files Browse the repository at this point in the history
  • Loading branch information
shashankch2003 committed Oct 28, 2024
1 parent 2aa7c62 commit 3bc3450
Showing 1 changed file with 54 additions and 0 deletions.
54 changes: 54 additions & 0 deletions test/validators.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,60 @@ describe('Validators', () => {
'"[email protected]',
'"foo"[email protected]',
'foo"bar"@gmail.com',
'plainaddress',

Check failure on line 77 in test/validators.test.js

View workflow job for this annotation

GitHub Actions / Run tests on Node.js 12

Expected indentation of 8 spaces but found 10

Check failure on line 77 in test/validators.test.js

View workflow job for this annotation

GitHub Actions / Run tests on Node.js 14

Expected indentation of 8 spaces but found 10

Check failure on line 77 in test/validators.test.js

View workflow job for this annotation

GitHub Actions / Run tests on Node.js 8

Expected indentation of 8 spaces but found 10

Check failure on line 77 in test/validators.test.js

View workflow job for this annotation

GitHub Actions / Run tests on Node.js 20

Expected indentation of 8 spaces but found 10

Check failure on line 77 in test/validators.test.js

View workflow job for this annotation

GitHub Actions / Run tests on Node.js 18

Expected indentation of 8 spaces but found 10

Check failure on line 77 in test/validators.test.js

View workflow job for this annotation

GitHub Actions / Run tests on Node.js 16

Expected indentation of 8 spaces but found 10

Check failure on line 77 in test/validators.test.js

View workflow job for this annotation

GitHub Actions / Run tests on Node.js 10

Expected indentation of 8 spaces but found 10
'@missingusername.com',

Check failure on line 78 in test/validators.test.js

View workflow job for this annotation

GitHub Actions / Run tests on Node.js 12

Expected indentation of 8 spaces but found 10

Check failure on line 78 in test/validators.test.js

View workflow job for this annotation

GitHub Actions / Run tests on Node.js 14

Expected indentation of 8 spaces but found 10

Check failure on line 78 in test/validators.test.js

View workflow job for this annotation

GitHub Actions / Run tests on Node.js 8

Expected indentation of 8 spaces but found 10

Check failure on line 78 in test/validators.test.js

View workflow job for this annotation

GitHub Actions / Run tests on Node.js 20

Expected indentation of 8 spaces but found 10

Check failure on line 78 in test/validators.test.js

View workflow job for this annotation

GitHub Actions / Run tests on Node.js 18

Expected indentation of 8 spaces but found 10

Check failure on line 78 in test/validators.test.js

View workflow job for this annotation

GitHub Actions / Run tests on Node.js 16

Expected indentation of 8 spaces but found 10

Check failure on line 78 in test/validators.test.js

View workflow job for this annotation

GitHub Actions / Run tests on Node.js 10

Expected indentation of 8 spaces but found 10
'[email protected]',

Check failure on line 79 in test/validators.test.js

View workflow job for this annotation

GitHub Actions / Run tests on Node.js 12

Expected indentation of 8 spaces but found 10

Check failure on line 79 in test/validators.test.js

View workflow job for this annotation

GitHub Actions / Run tests on Node.js 14

Expected indentation of 8 spaces but found 10

Check failure on line 79 in test/validators.test.js

View workflow job for this annotation

GitHub Actions / Run tests on Node.js 8

Expected indentation of 8 spaces but found 10

Check failure on line 79 in test/validators.test.js

View workflow job for this annotation

GitHub Actions / Run tests on Node.js 20

Expected indentation of 8 spaces but found 10

Check failure on line 79 in test/validators.test.js

View workflow job for this annotation

GitHub Actions / Run tests on Node.js 18

Expected indentation of 8 spaces but found 10

Check failure on line 79 in test/validators.test.js

View workflow job for this annotation

GitHub Actions / Run tests on Node.js 16

Expected indentation of 8 spaces but found 10

Check failure on line 79 in test/validators.test.js

View workflow job for this annotation

GitHub Actions / Run tests on Node.js 10

Expected indentation of 8 spaces but found 10
'[email protected]',

Check failure on line 80 in test/validators.test.js

View workflow job for this annotation

GitHub Actions / Run tests on Node.js 12

Expected indentation of 8 spaces but found 10

Check failure on line 80 in test/validators.test.js

View workflow job for this annotation

GitHub Actions / Run tests on Node.js 14

Expected indentation of 8 spaces but found 10

Check failure on line 80 in test/validators.test.js

View workflow job for this annotation

GitHub Actions / Run tests on Node.js 8

Expected indentation of 8 spaces but found 10

Check failure on line 80 in test/validators.test.js

View workflow job for this annotation

GitHub Actions / Run tests on Node.js 20

Expected indentation of 8 spaces but found 10

Check failure on line 80 in test/validators.test.js

View workflow job for this annotation

GitHub Actions / Run tests on Node.js 18

Expected indentation of 8 spaces but found 10

Check failure on line 80 in test/validators.test.js

View workflow job for this annotation

GitHub Actions / Run tests on Node.js 16

Expected indentation of 8 spaces but found 10

Check failure on line 80 in test/validators.test.js

View workflow job for this annotation

GitHub Actions / Run tests on Node.js 10

Expected indentation of 8 spaces but found 10
'[email protected]',

Check failure on line 81 in test/validators.test.js

View workflow job for this annotation

GitHub Actions / Run tests on Node.js 12

Expected indentation of 8 spaces but found 10

Check failure on line 81 in test/validators.test.js

View workflow job for this annotation

GitHub Actions / Run tests on Node.js 14

Expected indentation of 8 spaces but found 10

Check failure on line 81 in test/validators.test.js

View workflow job for this annotation

GitHub Actions / Run tests on Node.js 8

Expected indentation of 8 spaces but found 10

Check failure on line 81 in test/validators.test.js

View workflow job for this annotation

GitHub Actions / Run tests on Node.js 20

Expected indentation of 8 spaces but found 10

Check failure on line 81 in test/validators.test.js

View workflow job for this annotation

GitHub Actions / Run tests on Node.js 18

Expected indentation of 8 spaces but found 10

Check failure on line 81 in test/validators.test.js

View workflow job for this annotation

GitHub Actions / Run tests on Node.js 16

Expected indentation of 8 spaces but found 10

Check failure on line 81 in test/validators.test.js

View workflow job for this annotation

GitHub Actions / Run tests on Node.js 10

Expected indentation of 8 spaces but found 10
'[email protected]',

Check failure on line 82 in test/validators.test.js

View workflow job for this annotation

GitHub Actions / Run tests on Node.js 12

Expected indentation of 8 spaces but found 10

Check failure on line 82 in test/validators.test.js

View workflow job for this annotation

GitHub Actions / Run tests on Node.js 14

Expected indentation of 8 spaces but found 10

Check failure on line 82 in test/validators.test.js

View workflow job for this annotation

GitHub Actions / Run tests on Node.js 8

Expected indentation of 8 spaces but found 10

Check failure on line 82 in test/validators.test.js

View workflow job for this annotation

GitHub Actions / Run tests on Node.js 20

Expected indentation of 8 spaces but found 10

Check failure on line 82 in test/validators.test.js

View workflow job for this annotation

GitHub Actions / Run tests on Node.js 18

Expected indentation of 8 spaces but found 10

Check failure on line 82 in test/validators.test.js

View workflow job for this annotation

GitHub Actions / Run tests on Node.js 16

Expected indentation of 8 spaces but found 10

Check failure on line 82 in test/validators.test.js

View workflow job for this annotation

GitHub Actions / Run tests on Node.js 10

Expected indentation of 8 spaces but found 10
'[email protected]',

Check failure on line 83 in test/validators.test.js

View workflow job for this annotation

GitHub Actions / Run tests on Node.js 12

Expected indentation of 8 spaces but found 10

Check failure on line 83 in test/validators.test.js

View workflow job for this annotation

GitHub Actions / Run tests on Node.js 14

Expected indentation of 8 spaces but found 10

Check failure on line 83 in test/validators.test.js

View workflow job for this annotation

GitHub Actions / Run tests on Node.js 8

Expected indentation of 8 spaces but found 10

Check failure on line 83 in test/validators.test.js

View workflow job for this annotation

GitHub Actions / Run tests on Node.js 20

Expected indentation of 8 spaces but found 10

Check failure on line 83 in test/validators.test.js

View workflow job for this annotation

GitHub Actions / Run tests on Node.js 18

Expected indentation of 8 spaces but found 10

Check failure on line 83 in test/validators.test.js

View workflow job for this annotation

GitHub Actions / Run tests on Node.js 16

Expected indentation of 8 spaces but found 10

Check failure on line 83 in test/validators.test.js

View workflow job for this annotation

GitHub Actions / Run tests on Node.js 10

Expected indentation of 8 spaces but found 10
'user@[email protected]',

Check failure on line 84 in test/validators.test.js

View workflow job for this annotation

GitHub Actions / Run tests on Node.js 12

Expected indentation of 8 spaces but found 10

Check failure on line 84 in test/validators.test.js

View workflow job for this annotation

GitHub Actions / Run tests on Node.js 14

Expected indentation of 8 spaces but found 10

Check failure on line 84 in test/validators.test.js

View workflow job for this annotation

GitHub Actions / Run tests on Node.js 8

Expected indentation of 8 spaces but found 10

Check failure on line 84 in test/validators.test.js

View workflow job for this annotation

GitHub Actions / Run tests on Node.js 20

Expected indentation of 8 spaces but found 10

Check failure on line 84 in test/validators.test.js

View workflow job for this annotation

GitHub Actions / Run tests on Node.js 18

Expected indentation of 8 spaces but found 10

Check failure on line 84 in test/validators.test.js

View workflow job for this annotation

GitHub Actions / Run tests on Node.js 16

Expected indentation of 8 spaces but found 10

Check failure on line 84 in test/validators.test.js

View workflow job for this annotation

GitHub Actions / Run tests on Node.js 10

Expected indentation of 8 spaces but found 10
'[email protected]',

Check failure on line 85 in test/validators.test.js

View workflow job for this annotation

GitHub Actions / Run tests on Node.js 12

Expected indentation of 8 spaces but found 10

Check failure on line 85 in test/validators.test.js

View workflow job for this annotation

GitHub Actions / Run tests on Node.js 14

Expected indentation of 8 spaces but found 10

Check failure on line 85 in test/validators.test.js

View workflow job for this annotation

GitHub Actions / Run tests on Node.js 8

Expected indentation of 8 spaces but found 10

Check failure on line 85 in test/validators.test.js

View workflow job for this annotation

GitHub Actions / Run tests on Node.js 20

Expected indentation of 8 spaces but found 10

Check failure on line 85 in test/validators.test.js

View workflow job for this annotation

GitHub Actions / Run tests on Node.js 18

Expected indentation of 8 spaces but found 10

Check failure on line 85 in test/validators.test.js

View workflow job for this annotation

GitHub Actions / Run tests on Node.js 16

Expected indentation of 8 spaces but found 10

Check failure on line 85 in test/validators.test.js

View workflow job for this annotation

GitHub Actions / Run tests on Node.js 10

Expected indentation of 8 spaces but found 10
'[email protected]',

Check failure on line 86 in test/validators.test.js

View workflow job for this annotation

GitHub Actions / Run tests on Node.js 12

Expected indentation of 8 spaces but found 10

Check failure on line 86 in test/validators.test.js

View workflow job for this annotation

GitHub Actions / Run tests on Node.js 14

Expected indentation of 8 spaces but found 10

Check failure on line 86 in test/validators.test.js

View workflow job for this annotation

GitHub Actions / Run tests on Node.js 8

Expected indentation of 8 spaces but found 10

Check failure on line 86 in test/validators.test.js

View workflow job for this annotation

GitHub Actions / Run tests on Node.js 20

Expected indentation of 8 spaces but found 10

Check failure on line 86 in test/validators.test.js

View workflow job for this annotation

GitHub Actions / Run tests on Node.js 18

Expected indentation of 8 spaces but found 10

Check failure on line 86 in test/validators.test.js

View workflow job for this annotation

GitHub Actions / Run tests on Node.js 16

Expected indentation of 8 spaces but found 10

Check failure on line 86 in test/validators.test.js

View workflow job for this annotation

GitHub Actions / Run tests on Node.js 10

Expected indentation of 8 spaces but found 10
'[email protected]',
'username@domain_com.com',
'[email protected]',
'username@domain,com',
'username@domain;com',
'username@domain#com',
'username@domain$com',
'username@domain!com',
'username@domain%com',
'username@domain^com',
'username@domain&com',
'username@domain*com',
'username@domain(com',
'username@domain)com',
'username@domain=com',
'username@domain+com',
'username@domain|com',
'username@domain~com',
'username@domain/com',
'username@domain\com',
'username@domain:com',
'username@domain"com',
'username@domain\'com',
'username@domain`com',
'username@[email protected]',
'[email protected]..',
'[email protected]',
'user@domaincom',
'user@domain com',
'user@domain\tcom',
'user@domain\ncom',
'user@domain\0com',
'user@domain\u2028com',
'user@domain\u2029com',
'user@[email protected]',
'[email protected]..',
'[email protected]',
'user@domain_com',
'[email protected]',
'[email protected]',
'[email protected]',
'user@localhost',
'[email protected]',
'[email protected]'
],
});
});
Expand Down

0 comments on commit 3bc3450

Please sign in to comment.