add tests for js-maven projects

This commit is contained in:
Michael Nedzelsky
2014-12-02 03:07:35 +03:00
parent c6ce4d404a
commit 5f57605b81
11 changed files with 326 additions and 1 deletions
@@ -527,6 +527,7 @@ fun main(args: Array<String>) {
model("configuration/android-gradle", pattern = """(\w+)_before\.gradle$""", testMethod = "doTestAndroidGradle")
model("configuration/gradle", pattern = """(\w+)_before\.gradle$""", testMethod = "doTestGradle")
model("configuration/maven", extension = null, recursive = false, testMethod = "doTestWithMaven")
model("configuration/js-maven", extension = null, recursive = false, testMethod = "doTestWithJSMaven")
}
testClass(javaClass<AbstractJetFormatterTest>()) {