JS tests: changes to kotlin.test + the way compiler tests are generated.

This commit is contained in:
Anton Bannykh
2017-07-18 14:54:45 +03:00
parent eda747c0bf
commit 6ed7eaf546
42 changed files with 1057 additions and 346 deletions
@@ -1,7 +1,7 @@
package kotlin.test.tests
import org.junit.*
import kotlin.test.*
import org.junit.Test
class BasicAssertionsTest {
@Test