JS backend: add cli test for creating metadata and ant test for library with metadata
This commit is contained in:
@@ -112,6 +112,11 @@ public class AntTaskJsTest extends AntTaskBaseTest {
|
||||
doJsAntTest("jslib-example.js");
|
||||
}
|
||||
|
||||
@Test
|
||||
public void simpleWithoutStdlibAndFolderAsAnotherLib() throws Exception {
|
||||
doJsAntTest("jslib-example.js");
|
||||
}
|
||||
|
||||
@Test
|
||||
public void simpleWithMainFQArgs() throws Exception {
|
||||
doJsAntTest();
|
||||
|
||||
Reference in New Issue
Block a user