KT-12877: add tests for UMD modules

This commit is contained in:
Alexey Andreev
2016-07-04 18:30:30 +03:00
committed by Alexey Andreev
parent 31a1d6ca66
commit 495c876b3b
6 changed files with 48 additions and 1 deletions
@@ -0,0 +1,5 @@
define("lib-foo", [], function() {
return function(y) {
return 23 + y;
};
});