From 82a9375e0f4a631851f3d63d2c2a788717ce48ed Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Fri, 5 Apr 2019 09:34:14 -0400 Subject: [PATCH] Move coreValidator test to test/spec/core/validator.js --- test/index.html | 2 +- test/spec/{validations => core}/validator.js | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename test/spec/{validations => core}/validator.js (100%) diff --git a/test/index.html b/test/index.html index 954589083c..37102255bc 100644 --- a/test/index.html +++ b/test/index.html @@ -75,6 +75,7 @@ + @@ -150,7 +151,6 @@ - diff --git a/test/spec/validations/validator.js b/test/spec/core/validator.js similarity index 100% rename from test/spec/validations/validator.js rename to test/spec/core/validator.js