Files
chocomae/test/tdd.js
T
2018-06-12 17:43:34 +09:00

3 lines
86 B
JavaScript

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