Skip to content

fix: dont use chai object prototype modification #35

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

Conversation

SgtPooki
Copy link

When pulling down this repo, and attempting to build, typescript yells about .should not existing on all the properties in the TypeScriptDocsVerifierSpec.ts file.

This change ensures we move away from the object-prototype modifications that legacy chai used to do.

You should be able to update to the latest version of chai after these changes.

@SgtPooki SgtPooki mentioned this pull request Jun 16, 2025
@paulbrimicombe
Copy link
Collaborator

Thanks for raising this @SgtPooki — I actually went with #37 which is a bit less intrusive.

@SgtPooki
Copy link
Author

Thanks for raising this @SgtPooki — I actually went with #37 which is a bit less intrusive.

Awesome. no worries! thanks for the quick response

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