blob: ca098ef7cae17ffaec181aab25d7c88ac2aef2cc [file] [log] [blame]
// Use node-qunit to run the tests.
var qunit = require("qunit");
qunit.run({
code: {
namespace: "xregexp",
path: __dirname + "/../xregexp-all.js"
},
tests: __dirname + "/tests.js"
});