
qunit.core.kt Maven / Gradle / Ivy
package QUnit
/**
* The [QUnit](http://qunitjs.com/) API
*/
@native
public fun ok(actual: Boolean, message: String?): Unit = noImpl;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
package QUnit
/**
* The [QUnit](http://qunitjs.com/) API
*/
@native
public fun ok(actual: Boolean, message: String?): Unit = noImpl;