-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Poorshad
committed
Dec 7, 2024
1 parent
42770c3
commit 45bd464
Showing
2 changed files
with
4 additions
and
1 deletion.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
"main": "index.js", | ||
"scripts": { | ||
"pretest:watch": "docker compose -f docker-compose.test.yml up -d", | ||
"test:watch": "npx prisma db push && jest --watch --forceExit --detectOpenHandles --runInBand --silent", | ||
"test:watch": "DATABASE_URL=postgres://postgres:[email protected]:5432/postgres npx prisma db push && jest --watch --forceExit --detectOpenHandles --runInBand --silent", | ||
"posttest:watch": "docker compose -f docker-compose.test.yml down", | ||
"pretest": "docker compose -f docker-compose.test.yml up -d", | ||
"test": "DATABASE_URL=postgres://postgres:[email protected]:5432/postgres npx prisma db push && DATABASE_URL=postgres://postgres:[email protected]:5432/postgres jest --forceExit --detectOpenHandles --runInBand --silent", | ||
|