From f5ecab9c99be2a51bb5dee8718639b6f52ff9dbc Mon Sep 17 00:00:00 2001 From: colin Date: Wed, 27 Dec 2023 15:00:35 +0000 Subject: [PATCH] Update app.sh --- app.sh | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/app.sh b/app.sh index 30c4ccd..92ef5d7 100755 --- a/app.sh +++ b/app.sh @@ -23,14 +23,6 @@ case "${STORAGE_TYPE}" in ;; esac -# If TEST_MODE is true, install Mocha and run tests -if [ "$TEST_MODE" = "true" ]; then - echo "Installing Mocha for testing..." - npm install mocha - echo "Running tests..." - npm test -else - # Normal startup # Generate config.js from environment variables cat > config.js <