KT-12877: reorganize JS module tests to support different module systems. Test JsModule in conjunction with JsNonModule and plain module type

This commit is contained in:
Alexey Andreev
2016-07-04 15:32:02 +03:00
committed by Alexey Andreev
parent 0238b182cc
commit 08a7f9c298
9 changed files with 30 additions and 84 deletions
@@ -0,0 +1,3 @@
function foo(y) {
return 23 + y;
}