first commit
This commit is contained in:
11
build/node_modules/xregexp/tests/node-qunit.js
generated
vendored
Normal file
11
build/node_modules/xregexp/tests/node-qunit.js
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
// 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"
|
||||
});
|
||||
Reference in New Issue
Block a user