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

chore(deps) @jest/globals for insomnia #4798

Merged
merged 3 commits into from May 20, 2022

Conversation

dimitropoulos
Copy link
Contributor

@dimitropoulos dimitropoulos commented May 19, 2022

this is simply a follow-up to #4793 which does exactly the same task, but for the insomnia package.

this is, therefore, ALMOST the final piece of the puzzle in the aim of removing the jest globals from our project. You see, for any project that doesn't include testing-library, it's now working as intended (no globals pollution).

If we remove the references to testing-library, then the jest global go away.

however for some reason I don't quite understand, the presence of the mocha types in the insomnia-tesing package somehow manages to pollute the global type context for all other packages.

otherwise, I kept getting failed bootstraps because the rimraf commands were deleting incremental builds out-of-band of tsc
@dimitropoulos dimitropoulos merged commit 8bc6533 into Kong:develop May 20, 2022
@dimitropoulos dimitropoulos deleted the feat/insomnia-jest-globals branch May 20, 2022 11:05
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.

None yet

2 participants