samedi 17 août 2019

How can I test kotlin JS? (e.g. have an element on a page)

I want to testing js project, written on kotlin js.
How can I do it?

Such as

@Test
fun myTest() {
  expect {
     windows.hasElementById("#myElement")
  }
}

Aucun commentaire:

Enregistrer un commentaire