Move PathUtilsTest.kt to the correct package

Summary:
This file was placed in the wrong package. I'm moving it.

Changelog:
[Internal] [Changed] - Move `PathUtilsTest.kt` to the correct package

Reviewed By: motiz88

Differential Revision: D31168890

fbshipit-source-id: 59d09b5fd329b776bd2800921889281a116c26ee
This commit is contained in:
Nicola Corti
2021-09-24 04:09:08 -07:00
committed by Facebook GitHub Bot
parent 861acce530
commit c3e294f2a8
@@ -5,10 +5,9 @@
* LICENSE file in the root directory of this source tree.
*/
package com.facebook.react.tests
package com.facebook.react.utils
import com.facebook.react.TestReactExtension
import com.facebook.react.utils.*
import java.io.File
import org.gradle.testfixtures.ProjectBuilder
import org.junit.Assert.*