KT-12877: add tests for UMD modules
This commit is contained in:
committed by
Alexey Andreev
parent
31a1d6ca66
commit
495c876b3b
@@ -0,0 +1,5 @@
|
||||
define("lib-foo", [], function() {
|
||||
return function(y) {
|
||||
return 23 + y;
|
||||
};
|
||||
});
|
||||
Reference in New Issue
Block a user