mirror of
https://github.com/tengge1/ShadowEditor.git
synced 2026-01-25 15:08:11 +00:00
3 lines
84 B
JavaScript
3 lines
84 B
JavaScript
QUnit.test("hello test", function (assert) {
|
|
assert.ok(1 == "1", "Passed!");
|
|
}); |