Fixed frontend test runs.

This commit is contained in:
SamTV12345 2024-01-20 18:24:05 +01:00
parent 1893cef85d
commit ac5c65ba76
4 changed files with 4 additions and 4 deletions

View file

@ -19,7 +19,7 @@ s!"points":[^,]*!"points": 1000!
log "Deprecation notice: runnerBackend.sh - Please use: cd src && npm test"
log "Assuming src/bin/installDeps.sh has already been run"
node src/node/server.js "${@}" &
node ts-node src/node/server.ts "${@}" &
ep_pid=$!
log "Waiting for Etherpad to accept connections (http://localhost:9001)..."