twenty/packages/twenty-server/scripts/run-integration.sh

9 lines
180 B
Bash
Executable File

#!/usr/bin/env bash
# scripts/run-integration.sh
DIR="$(cd "$(dirname "$0")" && pwd)"
source $DIR/set-env-test.sh
npx nx database:reset
npx nx jest --config ./test/jest-e2e.json