Files
chocomae/qunit/tests.js
T
2018-04-30 08:14:46 +09:00

3 lines
86 B
JavaScript

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