fids/browser-domain/test.sh

9 lines
98 B
Bash

#!/bin/bash
curl -X DELETE api:5000/ping
curl -X POST api:5000/ping
# npm test
echo "NPM TEST"