apply database:init (#2079)

This commit is contained in:
Aasim Attia
2023-10-17 17:39:48 +03:00
committed by GitHub
parent d19011f882
commit 88438e8094
3 changed files with 3 additions and 4 deletions

View File

@ -4,5 +4,5 @@
DIR="$(cd "$(dirname "$0")" && pwd)"
source $DIR/set-env-test.sh
yarn database:setup && yarn database:reset
yarn database:init
yarn jest --config ./test/jest-e2e.json