From a72d978b8b15b0be7e4264f053719f019ecd08ae Mon Sep 17 00:00:00 2001 From: peaceiris <30958501+peaceiris@users.noreply.github.com> Date: Wed, 18 Sep 2019 07:27:33 +0900 Subject: [PATCH] refactor: move test code --- index.test.js => __tests__/index.test.js | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename index.test.js => __tests__/index.test.js (100%) diff --git a/index.test.js b/__tests__/index.test.js similarity index 100% rename from index.test.js rename to __tests__/index.test.js