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
|
package test
|
||||||
|
|
||||||
import example.MyProductionClass
|
import example.MyProductionClass
|
||||||
import org.junit.Test
|
import kotlin.test.Test
|
||||||
|
|
||||||
class MainIT {
|
class MainIT {
|
||||||
@Test
|
@Test
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
package test
|
package test
|
||||||
|
|
||||||
import org.junit.Test
|
import kotlin.test.Test
|
||||||
import example.MyProductionClass
|
import example.MyProductionClass
|
||||||
|
|
||||||
class MyTest {
|
class MyTest {
|
||||||
|
|||||||
Reference in New Issue
Block a user