casper-instance-override.js 249 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 // this should never happen // http://docs.casperjs.org/en/latest/testing.html#test-command-args-and-options var casper = require("casper").create(); casper.test.begin("foo", function(test) { "use strict"; test.assert(true); test.done(); });