[JS Test] Introduce tests for loading metadata produced by JS compiler

This commit is contained in:
Dmitriy Novozhilov
2023-05-31 12:43:51 +03:00
committed by Space Team
parent 2290a096d1
commit 7eca772ec2
13 changed files with 3957 additions and 120 deletions
+1
View File
@@ -37,6 +37,7 @@ dependencies {
testApi(projectTests(":compiler:test-infrastructure-utils"))
testApi(projectTests(":compiler:tests-compiler-utils"))
testApi(projectTests(":compiler:tests-common-new"))
testImplementation(projectTests(":compiler:fir:analysis-tests"))
testCompileOnly(project(":compiler:frontend"))
testCompileOnly(project(":compiler:cli"))