Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "Christoph Werner <christoph@codepunkt.de>",
"description": "Vitest environment for Prisma & PostgreSQL designed for fast integration tests: seed your database once with production-like data, then run each test in a transaction that is rolled back after execution. Tests remain isolated without expensive reseeding.",
"type": "module",
"packageManager": "pnpm@9.12.3",
"packageManager": "pnpm@10.23.0",
"repository": {
"type": "git",
"url": "https://github.com/codepunkt/vitest-environment-prisma-postgres"
Expand Down
Loading