Skip to content

Commit

Permalink
Ooops
Browse files Browse the repository at this point in the history
  • Loading branch information
paulhayes committed Oct 8, 2017
1 parent 438f0bf commit a72d95a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,6 @@ const PngServer = require('./lib/PngServer');
const readline = require('readline');
const pngServer = new PngServer();

/* This is a stub for now. The most important test is that the dependancies have loaded */
/* This is a stub for now. The most important test is that the dependancies have loaded */

setTimeout(()=>process.exit(),50);

0 comments on commit a72d95a

Please sign in to comment.