Skip to content

Commit ce53988

Browse files
committed
Fix folder structure in foundation/src/wasmJsTest
1 parent 25970ef commit ce53988

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

compose/foundation/foundation/src/wasmJsTest/kotlin/test/androidx/compose/foundation.text/selection/KeyboardActions.kt renamed to compose/foundation/foundation/src/wasmJsTest/kotlin/androidx/compose/foundation.text/selection/KeyboardActions.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
package test.androidx.compose.foundation.text.selection
17+
package androidx.compose.foundation.text.selection
1818

1919
import androidx.compose.ui.input.key.Key
2020
import androidx.compose.ui.test.KeyInjectionScope

compose/foundation/foundation/src/wasmJsTest/kotlin/test/androidx/compose/foundation.text/selection/SelectionTests.kt renamed to compose/foundation/foundation/src/wasmJsTest/kotlin/androidx/compose/foundation.text/selection/SelectionTests.kt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,9 @@ import androidx.compose.ui.test.pressKey
3636
import androidx.compose.ui.test.runComposeUiTest
3737
import androidx.compose.ui.text.TextRange
3838
import androidx.compose.ui.text.input.TextFieldValue
39-
import kotlin.test.Ignore
4039
import kotlin.test.Test
4140
import org.jetbrains.skiko.OS
4241
import org.jetbrains.skiko.hostOs
43-
import test.androidx.compose.foundation.text.selection.DefaultKeyboardActions
44-
import test.androidx.compose.foundation.text.selection.MacosKeyboardActions
4542

4643
private val ResolvedKeyboardActions
4744
get() = when (hostOs) {

compose/foundation/foundation/src/wasmJsTest/kotlin/test/IgnoreTargetsActuals.wasmJs.kt renamed to compose/foundation/foundation/src/wasmJsTest/kotlin/kotlinx/test/IgnoreTargetsActuals.wasmJs.kt

File renamed without changes.

0 commit comments

Comments
 (0)