diff options
Diffstat (limited to 'test/index.test.js')
-rw-r--r-- | test/index.test.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/index.test.js b/test/index.test.js index a7eca1d..0168f20 100644 --- a/test/index.test.js +++ b/test/index.test.js @@ -10,4 +10,7 @@ describe("index.js", function () { it('should export the Email object', function() { index.Email.should.not.be.undefined; }); + it('should export the SmtpapiHeaders object', function() { + index.SmtpapiHeaders.should.not.be.undefined; + }); }); |