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

Add global imports for jest #157

Merged
merged 1 commit into from
Sep 1, 2023
Merged

Conversation

anxolin
Copy link
Contributor

@anxolin anxolin commented Aug 31, 2023

Add global import support for jest

it was possible before to use global import (instead of relative) for any TS code, but not in tests.

This makes the test to break as soon as you use something with a global import.

This PR fixes this.

@github-actions
Copy link

CLA Assistant Lite bot:
Thank you for your submission, we really appreciate it. Like many open-source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution. You can sign the CLA by just posting a Pull Request Comment same as the below format.


I have read the CLA Document and I hereby sign the CLA


You can retrigger this bot by commenting recheck in this Pull Request

@coveralls
Copy link
Collaborator

Coverage Status

coverage: 72.617%. remained the same when pulling ac42acb on add-support-global-imports-jest into 4fcd0cc on main.

@anxolin anxolin requested review from mfw78 and a team August 31, 2023 18:25
@anxolin anxolin merged commit 41ae042 into main Sep 1, 2023
5 of 6 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Sep 1, 2023
@alfetopito alfetopito deleted the add-support-global-imports-jest branch September 4, 2023 09:00
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants