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