From 5fc064e2ace2a782681ab0e87fc29b81100a4510 Mon Sep 17 00:00:00 2001 From: Kyle Shockey Date: Tue, 18 Apr 2017 15:08:36 -0700 Subject: [PATCH] Reorganize tests --- .../{auth-spec-wrap-actions.js => auth/wrap-spec-actions.js} | 0 test/core/plugins/{spec-actions.js => spec/actions.js} | 0 test/core/plugins/{spec-selectors.js => spec/selectors.js} | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename test/core/plugins/{auth-spec-wrap-actions.js => auth/wrap-spec-actions.js} (100%) rename test/core/plugins/{spec-actions.js => spec/actions.js} (100%) rename test/core/plugins/{spec-selectors.js => spec/selectors.js} (100%) diff --git a/test/core/plugins/auth-spec-wrap-actions.js b/test/core/plugins/auth/wrap-spec-actions.js similarity index 100% rename from test/core/plugins/auth-spec-wrap-actions.js rename to test/core/plugins/auth/wrap-spec-actions.js diff --git a/test/core/plugins/spec-actions.js b/test/core/plugins/spec/actions.js similarity index 100% rename from test/core/plugins/spec-actions.js rename to test/core/plugins/spec/actions.js diff --git a/test/core/plugins/spec-selectors.js b/test/core/plugins/spec/selectors.js similarity index 100% rename from test/core/plugins/spec-selectors.js rename to test/core/plugins/spec/selectors.js