jsmodule.js 139 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 /*global casper*/ try { exports.ok = true; } catch (e) { casper.test.fail('error in js module code' + e); casper.test.done() }