UNPKG

generator-pho

Version:

Project generator that includes pho-devstack

8 lines (7 loc) 192 B
casper.test.begin('devstack template is working', function(test) { casper.start('dist/index.html', function() { test.assertExists('h1'); }).run(function() { test.done(); }); });