Skip to content
  • This project
    • Loading...
  • Sign in

John McEleney / casperjs

Go to a project
Toggle navigation
Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • casperjs
  • tests
  • clitests
  • tester
  • failing.js
  • Nicolas Perriault's avatar
    added cli command tests using python · 69fd46be
    69fd46be
    Nicolas Perriault authored 2013-02-23 18:44:02 +0100
failing.js 115 Bytes
Raw Blame History Permalink
1 2 3 4 5
/*jshint strict:false*/
casper.test.begin('true', 1, function(test) {
    test.assert(false);
    test.done();
});