Skip to content

Commit

Permalink
Test: added basic test script
Browse files Browse the repository at this point in the history
  • Loading branch information
fvdm committed Dec 6, 2017
1 parent 99172ed commit 0290b1c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions test.js
@@ -0,0 +1,12 @@
var dotest = require ('dotest');
var app = require ('./');


dotest.add ('Module', function (test) {
test ()
.isFunction ('fail', 'exports', app)
.done ();
});


dotest.run ();

0 comments on commit 0290b1c

Please sign in to comment.