We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1706882 commit 8f68370Copy full SHA for 8f68370
buildSrc/src/main/kotlin/ai.smoke-test.gradle.kts
@@ -66,6 +66,8 @@ dependencies {
66
67
smokeTestImplementation("org.junit.jupiter:junit-jupiter-api")
68
smokeTestImplementation("org.junit.jupiter:junit-jupiter-params")
69
+ smokeTestImplementation("org.junit.jupiter:junit-jupiter-engine")
70
+ smokeTestImplementation("org.junit.platform:junit-platform-launcher")
71
72
smokeTestImplementation("org.assertj:assertj-core")
73
0 commit comments