JS: add tests for two libraries and js-file with two modules
This commit is contained in:
@@ -127,6 +127,16 @@ public class AntTaskJsTest extends AntTaskBaseTest {
|
||||
doJsAntTest("jslib-example.js");
|
||||
}
|
||||
|
||||
@Test
|
||||
public void simpleWithStdlibAndTwoJsFilesAsLibraries() throws Exception {
|
||||
doJsAntTest("jslib-example1.js", "jslib-example2.js");
|
||||
}
|
||||
|
||||
@Test
|
||||
public void simpleWithStdlibAndJsFilesWithTwoModulesAsLibrary() throws Exception {
|
||||
doJsAntTest("jslib-example.js");
|
||||
}
|
||||
|
||||
@Test
|
||||
public void simpleWithMainFQArgs() throws Exception {
|
||||
doJsAntTest();
|
||||
|
||||
Reference in New Issue
Block a user