frontend/.pnpm-store/v3/files/75/45fb72f0bebd42741d39ca97811bd59d70237eebf88cdd15ffecd7dc65937425a8f2c519909db6f4ca28bcb71933449926f52a0d32c0a5459ea1ef543b5db8

12 lines
226 B
Plaintext

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