2019-05-04 13:58:22 +08:00

3 lines
84 B
JavaScript

QUnit.test("hello test", function (assert) {
assert.ok(1 == "1", "Passed!");
});