Do not use deprecated org.junit.Test in gradle js integration tests
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
package test
|
||||
|
||||
import example.MyProductionClass
|
||||
import org.junit.Test
|
||||
import kotlin.test.Test
|
||||
|
||||
class MainIT {
|
||||
@Test
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
package test
|
||||
|
||||
import org.junit.Test
|
||||
import kotlin.test.Test
|
||||
import example.MyProductionClass
|
||||
|
||||
class MyTest {
|
||||
|
||||
Reference in New Issue
Block a user