kvision
5.18.0
js
kvision
/
io.kvision.test
Package-level
declarations
js
Helper functions for running unit tests.
Types
Functions
Types
Dom
Spec
Link copied to clipboard
js
interface
DomSpec
:
TestSpec
Formatting
Link copied to clipboard
js
object
Formatting
Simple
Spec
Link copied to clipboard
js
interface
SimpleSpec
:
TestSpec
Test
Spec
Link copied to clipboard
js
interface
TestSpec
WSpec
Link copied to clipboard
js
interface
WSpec
:
DomSpec
Functions
remove
All
After
Link copied to clipboard
js
fun
removeAllAfter
(
referenceElement
:
<Error class: unknown class>
)
require
Link copied to clipboard
js
external
fun
require
(
name
:
String
)
:
dynamic
to
Key
Value
Pair
String
Link copied to clipboard
js
fun
toKeyValuePairString
(
obj
:
dynamic
)
:
<Error class: unknown class>