Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Bower components Debian packages RPM packages NuGet packages

azuki-trusty / azk   deb

Repository URL to install this package:

Version: 0.5.1 

/ usr / lib / azk / node_modules / xregexp / tests / node-qunit.js

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