Skip to content
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

Cleanup the test-utils package code #5883

Merged
merged 4 commits into from
Jun 9, 2021
Merged

Cleanup the test-utils package code #5883

merged 4 commits into from
Jun 9, 2021

Conversation

timleslie
Copy link
Contributor

Mostly cosmetic changes inside the test-utils package. I'd like to get this ready to have a bit of a face-lift and for us to give a bit of consideration to the desired API here so that we can promote it from a legacy package to a fully documented feature that people can use to test their own keystone systems.

@changeset-bot
Copy link

changeset-bot bot commented Jun 8, 2021

🦋 Changeset detected

Latest commit: 5c9634b

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 3 packages
Name Type
@keystone-next/test-utils-legacy Major
@keystone-next/api-tests-legacy Patch
@keystone-next/benchmarks-legacy Patch

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

@vercel
Copy link

vercel bot commented Jun 8, 2021

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/keystonejs/keystone-next-docs/2xiBwZsq2XSYcLmprBsppnJpTRYU
✅ Preview: https://keystone-next-docs-git-update-test-utils-keystonejs.vercel.app

@vercel vercel bot temporarily deployed to Preview June 8, 2021 23:12 Inactive
@timleslie timleslie requested a review from a team June 8, 2021 23:13
@codesandbox-ci
Copy link

codesandbox-ci bot commented Jun 8, 2021

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

import memoizeOne from 'memoize-one';

export type ProviderName = 'postgresql' | 'sqlite';
export type ProviderName = NonNullable<DatabaseConfig['provider']>;
Copy link
Member

Choose a reason for hiding this comment

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

Can you use the DatabaseProvider type from the types package? (as in don't export this)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ah, yes, that's exactly what I wanted! I somehow managed to go looking for it in the once place it's not explicitly used 🤦

@vercel vercel bot temporarily deployed to Preview June 8, 2021 23:41 Inactive
@vercel vercel bot temporarily deployed to Preview June 8, 2021 23:53 Inactive
@vercel vercel bot temporarily deployed to Preview June 8, 2021 23:58 Inactive
@timleslie timleslie requested a review from emmatown June 9, 2021 00:07
@timleslie timleslie merged commit cf8825b into master Jun 9, 2021
@timleslie timleslie deleted the update-test-utils branch June 9, 2021 00:13
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