Add: qunit test html

This commit is contained in:
2018-04-30 08:14:46 +09:00
parent 1930afd259
commit 47e5c64df0
2 changed files with 18 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
QUnit.test( "hello test", function( assert ) {
assert.ok( 1 == "1", "Passed!" );
});