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
  • dubious.js
  • Nicolas Perriault's avatar
    added more cli tests · 043c25fd
    043c25fd
    Nicolas Perriault authored 2013-03-10 23:12:07 +0100
dubious.js 122 Bytes
Raw Blame History Permalink
1 2 3 4 5
/*jshint strict:false*/
casper.test.begin('dubious test', 2, function(test) {
    test.assert(true);
    test.done();
});