Files
o3de/Docs/html/js/tests.js
T
2021-03-08 14:30:57 -08:00

3 lines
88 B
JavaScript

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