Add: setup basic project directory structure

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