UNPKG

casperjs

Version:

A navigation scripting & testing utility for PhantomJS and SlimerJS

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