Skip to content

Instantly share code, notes, and snippets.

@sstephenson
Created September 19, 2010 21:08
Show Gist options
  • Save sstephenson/587118 to your computer and use it in GitHub Desktop.
Save sstephenson/587118 to your computer and use it in GitHub Desktop.
require.paths.unshift __dirname + '/lib'
task 'test', 'Run tests', ->
{testrunner} = require 'nodeunit'
process.chdir __dirname
testrunner.run ['test']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment