fids/browser-domain/test.sh

8 lines
118 B
Bash

#!/bin/bash -e
if [ "${TEST_TARGET:-}" = "INTEGRATION" ]; then
npm run test:integration
else
npm run test
fi