diff options
Diffstat (limited to 'test/lib/email.test.js')
-rw-r--r-- | test/lib/email.test.js | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/test/lib/email.test.js b/test/lib/email.test.js index 233a149..1db7065 100644 --- a/test/lib/email.test.js +++ b/test/lib/email.test.js @@ -16,12 +16,6 @@ describe('Email', function () { } }); - it('should allow to field to be set via addTo', function() { - var mail = new Email(text_params); - mail.addTo('siyegen@gmail.com'); - mail. - }); - describe('validation', function() { it('should invalidate when there are no parameters', function() { var mail = new Email(); |