Skip to content

Commit

Permalink
add test runner
Browse files Browse the repository at this point in the history
  • Loading branch information
hanshuebner committed Aug 3, 2012
1 parent 88c0d92 commit 5fc966d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions run-tests.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/usr/bin/env node
var reporter = require('nodeunit').reporters.default;
reporter.run(['icebox-test.js']);

0 comments on commit 5fc966d

Please sign in to comment.