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