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

Extracted duplicate comments test dbFns to shared test util #21740

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

kevinansfield
Copy link
Member

no issue

  • we have a dbFns object in our e2e test files to facilitate setup for each test
  • we have two different APIs that work with comments and so we have two separate tests with the same dbFns
  • extracted the functions object to a new test utils directory so they can be shared across any test that requires comments db setup and allows the utils to be updated in a single place

no issue

- we have a `dbFns` object in our e2e test files to facilitate setup for each test
- we have two different APIs that work with comments and so we have two separate tests with the same `dbFns`
- extracted the functions object to a new test utils directory so they can be shared across any test that requires comments db setup and allows the utils to be updated in a single place
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.

1 participant