cd test/server;
if [ ! -d "node_modules" ]; then
  npm install;
fi
