fids/browser-domain/test.sh

8 lines
115 B
Bash

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