[Gradle, JS] Add test on node js single platform project
^KT-40527 fixed
This commit is contained in:
+6
-1
@@ -217,8 +217,13 @@ public class YamlNewWizardProjectImportTestGenerated extends AbstractYamlNewWiza
|
||||
}
|
||||
|
||||
@TestMetadata("singlePlatformJsBrowser")
|
||||
public void testSingleplatformJs() throws Exception {
|
||||
public void testSingleplatformJsBrowser() throws Exception {
|
||||
runTest("libraries/tools/new-project-wizard/new-project-wizard-cli/testData/buildFileGeneration/singlePlatformJsBrowser/");
|
||||
}
|
||||
|
||||
@TestMetadata("singlePlatformJsNode")
|
||||
public void testSingleplatformJsNode() throws Exception {
|
||||
runTest("libraries/tools/new-project-wizard/new-project-wizard-cli/testData/buildFileGeneration/singlePlatformJsNode/");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user