removed imports of java mapped classes
in tools code
This commit is contained in:
-1
@@ -1,6 +1,5 @@
|
||||
package org.jetbrains.kotlin.js.qunit
|
||||
|
||||
import java.util.List
|
||||
import kotlin.test.*
|
||||
import org.openqa.selenium.By
|
||||
import org.openqa.selenium.WebDriver
|
||||
|
||||
@@ -5,7 +5,6 @@ import org.junit.runners.AllTests
|
||||
import org.junit.runner.RunWith
|
||||
import org.junit.runners.Parameterized
|
||||
import org.junit.runners.Parameterized.Parameters
|
||||
import java.util.List
|
||||
|
||||
/*
|
||||
[RunWith(javaClass<Parameterized>())]
|
||||
|
||||
Reference in New Issue
Block a user