UNPKG

casperjs

Version:

A navigation scripting & testing utility for PhantomJS and SlimerJS

7 lines (6 loc) 136 B
/*eslint strict:0*/ casper.test.begin('skipped test', 2, function(test) { test.skip(1); test.assert(true); test.done(); });