[FIR JS] Create an LT Box runner
This commit is contained in:
committed by
Space Team
parent
4b8b7aaa54
commit
f7f5ac080f
Generated
+11209
File diff suppressed because it is too large
Load Diff
+1
-1
@@ -19,7 +19,7 @@ import java.util.regex.Pattern;
|
||||
@SuppressWarnings("all")
|
||||
@TestMetadata("js/js.translator/testData/box")
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
public class FirJsBoxTestGenerated extends AbstractFirJsBoxTest {
|
||||
public class FirPsiJsBoxTestGenerated extends AbstractFirPsiJsBoxTest {
|
||||
@Test
|
||||
public void testAllFilesPresentInBox() throws Exception {
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("js/js.translator/testData/box"), Pattern.compile("^([^_](.+))\\.kt$"), null, TargetBackend.JS_IR, true, "es6classes");
|
||||
Reference in New Issue
Block a user