view lib/jQuery-URL-Parser/test/buster.js @ 0:b57c7821382f

initial
author Dirk Wintergruen <dwinter@mpiwg-berlin.mpg.de>
date Thu, 28 May 2015 10:28:12 +0200
parents
children
line wrap: on
line source

var config = module.exports;

config["Tests"] = {
    rootPath: "../",
    environment: "browser",
    sources: [
        "purl.js"
    ],

    tests: [
        "test/purl-tests.js"
    ]
}