-
Notifications
You must be signed in to change notification settings - Fork 1
Optimize tests #27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Optimize tests #27
Conversation
🦋 Changeset detectedLatest commit: 973c2e2 The changes in this PR will be included in the next version bump. This PR includes changesets to release 3 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
@vorsteh-queue/adapter-drizzle
@vorsteh-queue/adapter-kysely
@vorsteh-queue/adapter-prisma
@vorsteh-queue/core
create-vorsteh-queue
commit: |
|
works as expected - The Solution |
With this PR we provide a generic test setup for all adapters.
This ensures, that we have to write our tests only once and everything works the same way.
With this change, we're switching from PGLite for drizzle/kysely to testcontainers/postgres, because we need it for prisma.
TODO:
shared-testspackagecloses #21