Skip to content

Instantly share code, notes, and snippets.

@kzar
Created March 8, 2012 15:42
Show Gist options
  • Select an option

  • Save kzar/2001567 to your computer and use it in GitHub Desktop.

Select an option

Save kzar/2001567 to your computer and use it in GitHub Desktop.
Work in progress Jake file for biratchet-js
task('test', function () {
var qunit = require('qunit');
function abspath(p) {
return __dirname + "/" + p;
}
qunit.run({
code : abspath("bitratchet.js"),
tests : abspath("test/bitratchet-test.js")
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment