Files
twenty/server/scripts/run-integration.sh
2023-10-17 16:39:48 +02:00

9 lines
171 B
Bash
Executable File

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