[test] Move JS-targeting irText test runners to js-specific directory

This commit is contained in:
Sergej Jaskiewicz
2023-03-13 17:46:09 +01:00
committed by Space Team
parent b57f436a44
commit 502a0b7e10
4 changed files with 44 additions and 33 deletions
@@ -3,7 +3,7 @@
* Use of this source code is governed by the Apache 2.0 license that can be found in the license/LICENSE.txt file.
*/
package org.jetbrains.kotlin.test.runners.ir;
package org.jetbrains.kotlin.js.test.fir;
import com.intellij.testFramework.TestDataPath;
import org.jetbrains.kotlin.test.util.KtTestUtil;