hexo/node_modules/xregexp/tests/node-qunit.js

12 lines
226 B
JavaScript
Raw Normal View History

2023-09-25 15:58:56 +08: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"
});