Get rid of deprecated annotations and modifiers in stdlib (besides JS)
This commit is contained in:
@@ -8,7 +8,7 @@ import org.junit.Test as test
|
||||
|
||||
class BrowserTest {
|
||||
|
||||
test fun accessBrowserDOM() {
|
||||
@test fun accessBrowserDOM() {
|
||||
registerBrowserPage()
|
||||
|
||||
val h1 = document["h1"].first()
|
||||
|
||||
Reference in New Issue
Block a user