JS: test kotlin-test as box tests, support nested, fix mpp
Support tests inside nested classes and companion objects (KT-21850 fixed). Don't launch multiplatform tests twice (KT-21567 fixed).
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
// EXPECTED_REACHABLE_NODES: 1114
|
||||
package foo
|
||||
import kotlin.test.assertEquals
|
||||
|
||||
var log = ""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user