Skip to content
This repository has been archived by the owner on Mar 20, 2019. It is now read-only.

Commit

Permalink
test: add testing files
Browse files Browse the repository at this point in the history
  • Loading branch information
retrofox committed Feb 12, 2013
1 parent 05f156d commit 90ac39a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions test/index.js
@@ -0,0 +1,7 @@
var mandril = require('../');

describe('send a simepl email', function(){
it('hould be return an success response', function(done){
return done();
});
});

0 comments on commit 90ac39a

Please sign in to comment.