Files
chocomae/test/tests.js
T

3 lines
86 B
JavaScript

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