mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-20 23:05:09 +00:00
11 lines
226 B
JavaScript
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"
|
|
});
|