Skip to content

Commit b8e7a28

Browse files
committed
Add org.junit.platform:junit-platform-launcher to smoke-test
1 parent 058525d commit b8e7a28

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

smoke-test/turbo-mode/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ dependencies {
77
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.3'
88
testImplementation 'ch.qos.logback:logback-classic:1.3.14'
99
testImplementation 'org.assertj:assertj-core:3.27.3'
10+
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.13.3'
1011
}
1112

1213
test {

0 commit comments

Comments
 (0)