Skip to content

Commit

Permalink
Remove superfluous npm install in server tests. #30
Browse files Browse the repository at this point in the history
  • Loading branch information
chr15m committed Feb 12, 2024
1 parent 84800f9 commit e01279e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/sitefoxtest/e2etests.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,6 @@
(j/assoc! env "BIND_ADDRESS" host)

(defn run-server [path server-command port]
; first run npm init in the folder
(log "Installing server deps.")
(spawnSync "npm i --no-save" #js {:cwd path
:stdio "inherit"
:shell true})
; delete any old database hanging around
(spawnSync "rm -f database.sqlite"
#js {:cwd path
Expand Down

0 comments on commit e01279e

Please sign in to comment.