Repositorio del curso CCOM4030 el semestre B91 del proyecto Artesanías con el Instituto de Cultura

node-qunit.js 226B

1234567891011
  1. // Use node-qunit to run the tests.
  2. var qunit = require("qunit");
  3. qunit.run({
  4. code: {
  5. namespace: "xregexp",
  6. path: __dirname + "/../xregexp-all.js"
  7. },
  8. tests: __dirname + "/tests.js"
  9. });