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 <