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

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

There is a newer version: 1.2.2.1-jre17
Show newest version
require.config({
    paths: {
        cldr: "../dist/cldr",
        "cldr-data": "../bower_components/cldr-data",
        json: "../bower_components/requirejs-plugins/src/json",
        text: "../bower_components/requirejs-text/text"
    }
});

require([

    "./functional/core",
    "./functional/event"

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy