META-INF.resources.bower_components.cldrjs.test.unit_unresolved.js Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jwebmp-globalize Show documentation
Show all versions of jwebmp-globalize Show documentation
The JWebSwing implementation for a full Globalization
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();
});
});