From 9deeef98abbc9ade32fea4ef5c7030617c3b6134 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Thu, 9 Apr 2020 19:24:46 -0700 Subject: [PATCH] rename dir --- {tests => test}/package-lock.json | 0 {tests => test}/package.json | 0 {tests => test}/test.js | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename {tests => test}/package-lock.json (100%) rename {tests => test}/package.json (100%) rename {tests => test}/test.js (100%) diff --git a/tests/package-lock.json b/test/package-lock.json similarity index 100% rename from tests/package-lock.json rename to test/package-lock.json diff --git a/tests/package.json b/test/package.json similarity index 100% rename from tests/package.json rename to test/package.json diff --git a/tests/test.js b/test/test.js similarity index 100% rename from tests/test.js rename to test/test.js