UNPKG

ghpages-convert

Version:

A command line tool to convert github page templates to blogs

7 lines (6 loc) 136 B
var assert = require('assert'); describe("When using ghpages-convert",function(){ it("should work",function(){ assert(1===1); }) })