UNPKG

casperjs

Version:

A navigation scripting & testing utility for PhantomJS and SlimerJS

6 lines (5 loc) 110 B
/*eslint strict:0*/ casper.test.begin('true', 1, function(test) { test.assert(true); test.done(); });