re-enabled tests by default
This commit is contained in:
@@ -18,7 +18,6 @@
|
||||
<groupId>junit</groupId>
|
||||
<artifactId>junit</artifactId>
|
||||
<version>${junit-version}</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
package test.org.jetbrains.kotlin.kunit
|
||||
|
||||
import junit.framework.TestCase
|
||||
|
||||
class KUnitTest: TestCase() {
|
||||
|
||||
fun testAssert(): Unit {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user