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

[UI v2] feat: Adds @tests alias for easier access when writing tests #16319

Merged
merged 1 commit into from
Dec 10, 2024

Conversation

devinvillarosa
Copy link
Contributor

@devinvillarosa devinvillarosa commented Dec 10, 2024

Importing re-usable testing mocks can be confusing by using relative pathing. This PR adds an alias to make it straightforward in importing re-usable mocks in our tests

Checklist

  1. Creates a path alias @tests.
  2. Updates tests to use import { server } from '@tests/mocks
  • This pull request references any related issue by including "closes <link to issue>"
    • If no issue exists and your change is not a small fix, please create an issue first.
  • If this pull request adds new functionality, it includes unit tests that cover the changes
  • If this pull request removes docs files, it includes redirect settings in mint.json.
  • If this pull request adds functions or classes, it includes helpful docstrings.

@devinvillarosa devinvillarosa marked this pull request as ready for review December 10, 2024 18:09
Copy link
Member

@desertaxle desertaxle left a comment

Choose a reason for hiding this comment

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

Nice!

@devinvillarosa devinvillarosa merged commit ea85716 into main Dec 10, 2024
18 checks passed
@devinvillarosa devinvillarosa deleted the centralize-test-server branch December 10, 2024 18:19
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