From 6906bc542256bd44ce07ca85d1a903eb3ce7f29e Mon Sep 17 00:00:00 2001 From: Jerry Lee Date: Sun, 12 May 2024 21:22:16 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20add=20`junit-jupiter`=20dependency=20i?= =?UTF-8?q?n=20order=20to=20run=20`JUnit=205`=20test=20cases=20in=20`Intel?= =?UTF-8?q?liJ=20IDEA`=20=F0=9F=A7=AA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit more info see: https://junit.org/junit5/docs/current/user-guide/#running-tests-ide-intellij-idea https://github.com/junit-team/junit5-samples/blob/main/junit5-jupiter-starter-maven/pom.xml#L29 --- pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pom.xml b/pom.xml index 91b850bb..1d138bb2 100644 --- a/pom.xml +++ b/pom.xml @@ -132,6 +132,16 @@ kotest-property-jvm test + + + org.junit.jupiter + junit-jupiter + test +