Rearrange stdlib unit tests across packages.
Rearrange JS stdlib unit tests.
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
package test.collections
|
||||
package test.collections.js
|
||||
|
||||
import kotlin.test.*
|
||||
import org.junit.Test
|
||||
import test.collections.behaviors.setBehavior
|
||||
import test.collections.*
|
||||
import test.collections.behaviors.*
|
||||
import java.util.HashSet
|
||||
import java.util.LinkedHashSet
|
||||
|
||||
|
||||
Reference in New Issue
Block a user