mirror of
https://github.com/lingble/twenty.git
synced 2025-10-30 12:22:29 +00: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
|