Skip to content

Instantly share code, notes, and snippets.

@havana59er
havana59er / rhino suitejs
Created November 21, 2011 01:23 — forked from jzaefferer/rhino suitejs
QUnit-CLI with both Rhino and Node.js;
if (typeof require != "undefined") {
// should change export to module.exports = QUnit
QUnit = require("../qunit/qunit.js").QUnit;
print = console.log;
} else {
load("../qunit/qunit.js");
}
var stop_watch = {