2020-05-01 09:07:57 +08:00

3 lines
84 B
JavaScript

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