twenty/server/scripts/run-integration.sh

9 lines
175 B
Bash
Raw Normal View History

#!/usr/bin/env bash
# scripts/run-integration.sh
2023-07-28 01:22:10 +03:00
DIR="$(cd "$(dirname "$0")" && pwd)"
2023-07-28 01:38:50 +03:00
source $DIR/set-env-test.sh
2023-07-28 01:22:10 +03:00
2023-10-17 17:39:48 +03:00
yarn database:init
yarn jest --config ./test/jest-e2e.json