GT2/GT2-iOS/node_modules/xregexp/tests/node-qunit.js

12 lines
226 B
JavaScript
Raw Normal View History

2018-02-12 17:26:06 +00:00
// 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"
});