Add: qunit test html
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
QUnit.test( "hello test", function( assert ) {
|
||||
assert.ok( 1 == "1", "Passed!" );
|
||||
});
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,3 @@
|
||||
QUnit.test( "hello test", function( assert ) {
|
||||
assert.ok( 1 == "1", "Passed!" );
|
||||
});
|
||||