[Build] Fix the typo junit jupyter -> jupiter
This commit is contained in:
committed by
Space Team
parent
a6f3dbb5f4
commit
6eaccc997f
@@ -26,8 +26,8 @@ dependencies {
|
||||
testImplementation(projectTests(":analysis:decompiled:native"))
|
||||
testImplementation(intellijCore())
|
||||
testApi(platform(libs.junit.bom))
|
||||
testImplementation(libs.junit.jupyter.api)
|
||||
testRuntimeOnly(libs.junit.jupyter.engine)
|
||||
testImplementation(libs.junit.jupiter.api)
|
||||
testRuntimeOnly(libs.junit.jupiter.engine)
|
||||
}
|
||||
|
||||
val generateFrontendApiTests by generator("org.jetbrains.kotlin.generators.tests.analysis.api.GenerateAnalysisApiTestsKt")
|
||||
|
||||
Reference in New Issue
Block a user