Skip to content

test: add unit tests for form endpoints#16

Closed
Adwaith2207 wants to merge 1 commit intomainfrom
test-forms
Closed

test: add unit tests for form endpoints#16
Adwaith2207 wants to merge 1 commit intomainfrom
test-forms

Conversation

@Adwaith2207
Copy link
Collaborator

added unit test for form endpoints

"@elysiajs/cors": "^1.4.1",
"@prisma/adapter-pg": "^7.3.0",
"@prisma/client": "^7.3.0",
"@prisma/adapter-pg": "^6.18.0",
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is the version of the Prisma adapter-pg changed? keep it 7.3.0

"@prisma/adapter-pg": "^7.3.0",
"@prisma/client": "^7.3.0",
"@prisma/adapter-pg": "^6.18.0",
"@prisma/client": "^6.18.0",
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is the version of the Prisma client changed? keep it 7.3.0


datasource db {
provider = "postgresql"
url = env("DATABASE_URL")
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Prisma 7.3.0 will not require this line. Remove it

@Nandgopal-R Nandgopal-R closed this Feb 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants