From 94a784cd73fb8eea909c73af82e5e44c81ece685 Mon Sep 17 00:00:00 2001 From: Anthony Lee Date: Thu, 23 Nov 2017 00:50:50 -0600 Subject: [PATCH] Make directory for testing different testing frameworks --- {mocha => testing_frameworks/mocha}/package.json | 0 {mocha => testing_frameworks/mocha}/textUtilities.js | 0 {mocha => testing_frameworks/mocha}/yarn.lock | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename {mocha => testing_frameworks/mocha}/package.json (100%) rename {mocha => testing_frameworks/mocha}/textUtilities.js (100%) rename {mocha => testing_frameworks/mocha}/yarn.lock (100%) diff --git a/mocha/package.json b/testing_frameworks/mocha/package.json similarity index 100% rename from mocha/package.json rename to testing_frameworks/mocha/package.json diff --git a/mocha/textUtilities.js b/testing_frameworks/mocha/textUtilities.js similarity index 100% rename from mocha/textUtilities.js rename to testing_frameworks/mocha/textUtilities.js diff --git a/mocha/yarn.lock b/testing_frameworks/mocha/yarn.lock similarity index 100% rename from mocha/yarn.lock rename to testing_frameworks/mocha/yarn.lock