compile the assertions and a test case to QUnit on JS and got a working example to run the unit test case - yay!
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package QUnit
|
||||
|
||||
import js.native
|
||||
|
||||
/**
|
||||
* The [QUnit](http://qunitjs.com/) API
|
||||
*/
|
||||
|
||||
native
|
||||
fun ok(actual: Boolean, message: String): Unit = js.noImpl;
|
||||
|
||||
Reference in New Issue
Block a user