UNPKG

casperjs

Version:

A navigation scripting & testing utility for PhantomJS and SlimerJS

10 lines (8 loc) 249 B
// 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(); });