All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.resources.bower_components.cldrjs.test.unit_unresolved.js Maven / Gradle / Ivy

The newest version!
require.config({
    paths: {
        "cldr-data": "../bower_components/cldr-data",
        json: "../bower_components/requirejs-plugins/src/json",
        src: "../src",
        text: "../bower_components/requirejs-text/text"
    }
});

require(["src/unresolved"], function () {

    require([
        "./unit/item/lookup",
        "./unit/bundle/parent_lookup"
    ], function () {
        mocha.run();
    });

});




© 2015 - 2024 Weber Informatics LLC | Privacy Policy