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
  • modules
  • test.js
  • Nicolas Perriault's avatar
    added cli tests for modules · 77f924d6
    77f924d6
    Nicolas Perriault authored 2013-02-23 15:55:14 +0100
test.js 108 Bytes
Raw Blame History Permalink
1 2 3 4
var casper = require('casper').create();
var mod = require('./mod');
console.log(mod.hello);
casper.exit();