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