Created
September 19, 2010 21:08
-
-
Save sstephenson/587118 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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