[9271c5]: / deployment / run-unit-tests.sh

Download this file

21 lines (17 with data), 768 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
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 "------------------------------------------------------------------------------"