Skip to content

docs: dotenv with jest script - #4512

Merged
sabinadams merged 2 commits into
prisma:mainfrom
nicodeas:main
Mar 30, 2023
Merged

docs: dotenv with jest script#4512
sabinadams merged 2 commits into
prisma:mainfrom
nicodeas:main

Conversation

@nicodeas

Copy link
Copy Markdown
Contributor

Describe this PR

There is an error in the test script found here. The -i flag does not get recognised which leaves jest running tests in parallel.

This leads to problems when running tests that connect to a database.

Changes

Updated the test script

What issue does this fix?

fixes #4511

Any other relevant information

None

@vercel

vercel Bot commented Feb 11, 2023

Copy link
Copy Markdown

@nicodeas is attempting to deploy a commit to the Prisma Team on Vercel.

A member of the Team first needs to authorize it.

@nicodeas nicodeas changed the title fix: dotenv with jest script docs: dotenv with jest script Feb 11, 2023
@sabinadams
sabinadams merged commit bd99f48 into prisma:main Mar 30, 2023
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.

Running tests on different environments test script

2 participants