3 lines
86 B
JavaScript
3 lines
86 B
JavaScript
QUnit.test( "hello test", function( assert ) {
|
|
assert.ok( 1 == "1", "Passed!" );
|
|
}); |