added a dummy test case
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package test.org.jetbrains.kotlin.maven
|
||||
|
||||
import junit.framework.TestCase
|
||||
|
||||
class MojoTest: TestCase() {
|
||||
fun testFoo() {
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user