Switch to side-by-side view

--- a
+++ b/deployment/run-unit-tests.sh
@@ -0,0 +1,20 @@
+#!/bin/bash
+#
+# This assumes all of the OS-level configuration has been completed and git repo has already been cloned
+#
+# This script should be run from the repo's deployment directory
+# cd deployment
+# ./run-unit-tests.sh
+#
+
+# Get reference for all important folders
+template_dir="$PWD"
+source_dir="$template_dir/../source"
+
+echo "------------------------------------------------------------------------------"
+echo "[Init] Clean old dist and node_modules folders"
+echo "------------------------------------------------------------------------------"
+
+echo "------------------------------------------------------------------------------"
+echo "[Test] Services - Example Function"
+echo "------------------------------------------------------------------------------"