Do not use deprecated org.junit.Test in gradle js integration tests

This commit is contained in:
Ilya Gorbunov
2018-09-12 18:59:44 +03:00
parent e213dc261e
commit f340bc9f91
2 changed files with 2 additions and 2 deletions
@@ -1,7 +1,7 @@
package test
import example.MyProductionClass
import org.junit.Test
import kotlin.test.Test
class MainIT {
@Test
@@ -1,6 +1,6 @@
package test
import org.junit.Test
import kotlin.test.Test
import example.MyProductionClass
class MyTest {