From 06c28c54929ac520c68169aa130b0cef9596a74a Mon Sep 17 00:00:00 2001 From: cgewecke Date: Tue, 23 Jul 2019 16:54:55 -0700 Subject: [PATCH] Move ternary logic & tests into lib/ternary folder --- {test/units => lib/ternary}/conditional.js | 0 lib/{ => ternary}/ternary.js | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename {test/units => lib/ternary}/conditional.js (100%) rename lib/{ => ternary}/ternary.js (100%) diff --git a/test/units/conditional.js b/lib/ternary/conditional.js similarity index 100% rename from test/units/conditional.js rename to lib/ternary/conditional.js diff --git a/lib/ternary.js b/lib/ternary/ternary.js similarity index 100% rename from lib/ternary.js rename to lib/ternary/ternary.js