frappe_docker/frappe-bench/node_modules/xregexp/tests/node-qunit.js
2017-07-31 15:51:51 +05:30

11 lines
226 B
JavaScript

// 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"
});