From 21cc32beaa06f16395be0fdce76bdb1d571db02a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=84=8B=E1=85=A2=E1=84=91=E1=85=B3=E1=86=AF=20=E1=84=82?= =?UTF-8?q?=E1=85=A9=E1=84=90=E1=85=B3=E1=84=87=E1=85=AE=E1=86=A8?= Date: Mon, 30 Apr 2018 08:24:55 +0900 Subject: [PATCH] Add: setup basic project directory structure --- {qunit => test}/tdd.html | 0 {qunit => test}/tests.js | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename {qunit => test}/tdd.html (100%) rename {qunit => test}/tests.js (100%) diff --git a/qunit/tdd.html b/test/tdd.html similarity index 100% rename from qunit/tdd.html rename to test/tdd.html diff --git a/qunit/tests.js b/test/tests.js similarity index 100% rename from qunit/tests.js rename to test/tests.js