skipped.js 140 Bytes Raw Blame History Permalink 1 2 3 4 5 6 /*jshint strict:false*/ casper.test.begin('skipped test', 2, function(test) { test.skip(1); test.assert(true); test.done(); });