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

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

There is a newer version: 0.66.0.1
Show 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([

    // 1st unit tests group.
    "./unit/core/subtags",
    "./unit/path/normalize",
    "./unit/resource/get",
    "./unit/resource/set",
    "./unit/util/json/merge",

    // 2nd unit tests group.
    "./unit/core/load",
    "./unit/core/set_available_bundles",

    // 3rd unit tests group.
    "./unit/core",
    "./unit/core/likely_subtags",
    "./unit/core/remove_likely_subtags",
    "./unit/supplemental",

    // 4th unit tests group.
    "./unit/bundle/lookup"

], function () {
    mocha.run();
});




© 2015 - 2024 Weber Informatics LLC | Privacy Policy