mirror of
https://github.com/twentyhq/twenty.git
synced 2024-11-23 05:53:31 +03:00
9 lines
180 B
Bash
Executable File
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
|