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