twenty/packages/twenty-server/scripts/run-integration.sh
2023-12-10 18:10:54 +01:00

9 lines
175 B
Bash
Executable File

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