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 19cff14 commit 19ec0b1Copy full SHA for 19ec0b1
build.gradle.kts
@@ -130,7 +130,7 @@ intellijPlatform {
130
pluginConfiguration {
131
name = "kotest-plugin-intellij"
132
id = "kotest-plugin-intellij"
133
- description = "Official Kotest plugin for IntelliJ IDEA for running tests in the IDE"
+ description = "Kotest individual test support inside the IDE"
134
version = project.version.toString() + "-" + descriptor.sdkVersion
135
vendor {
136
name = "Kotest"
0 commit comments