From 96b837171d83a8da2a0d525edd9080f48d20e537 Mon Sep 17 00:00:00 2001 From: CodingMasterLSW Date: Fri, 3 Oct 2025 14:27:11 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20JUnit=20Platform=20Launcher=20?= =?UTF-8?q?=EC=9D=98=EC=A1=B4=EC=84=B1=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/app/build.gradle b/app/build.gradle index 704dae8646..c6ab7a2bbb 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -32,6 +32,7 @@ dependencies { testImplementation 'org.mockito:mockito-core:5.15.2' testImplementation 'org.junit.jupiter:junit-jupiter-api:5.13.4' testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.13.4' + testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.13.4' } test {