From dd8a9746394fdf06fb9887a3e56636db8176f1c1 Mon Sep 17 00:00:00 2001 From: Naz Date: Tue, 1 Jun 2021 17:48:19 +0400 Subject: [PATCH] Moved update check tests to unit tests refs https://github.com/TryGhost/Team/issues/728 - This is the end of the refactor for update check tests. There are no dependencies for Ghost server process to run this test suite! - Next steps will be extracting the service to an outside module --- .../update-check => unit/services}/update_check_spec.js | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename test/{regression/update-check => unit/services}/update_check_spec.js (100%) diff --git a/test/regression/update-check/update_check_spec.js b/test/unit/services/update_check_spec.js similarity index 100% rename from test/regression/update-check/update_check_spec.js rename to test/unit/services/update_check_spec.js