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

feat: remove assert library as a testing dep #2563

Merged
merged 1 commit into from
Nov 9, 2023

Conversation

ckniffen
Copy link
Collaborator

@ckniffen ckniffen commented Nov 6, 2023

High Level Overview of Change

Right now we have 5 testing library dependencies. This eliminates assert. jest, jasmine, chai and karma are the remaining ones.

Type of Change

  • Refactor (non-breaking change that only restructures code)
  • Tests (You added tests for code that already exists, or your new feature included in this PR)

Right now we have 5 testing library dependencies. This eliminates
`assert`. `jest`, `jasmine`, `chai` and `karma` are the remaining ones.
Copy link

Removed dependencies detected. Learn more about Socket for GitHub ↗︎

🚮 Removed packages: assert@2.1.0

@ckniffen ckniffen force-pushed the feature/remove-all-assert-references branch from 1d2e2da to 4c61f54 Compare November 7, 2023 00:20
Copy link
Collaborator

@mvadari mvadari left a comment

Choose a reason for hiding this comment

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

Why keep chai instead of assert?

@ckniffen
Copy link
Collaborator Author

ckniffen commented Nov 7, 2023

Why keep chai instead of assert?

Chai is used in way more places. The goal should be to remove chai too. This was just a step toward that.

Copy link
Contributor

@JST5000 JST5000 left a comment

Choose a reason for hiding this comment

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

LGTM

@ckniffen ckniffen merged commit 602fcf0 into 3.0 Nov 9, 2023
@ckniffen ckniffen deleted the feature/remove-all-assert-references branch November 9, 2023 00:21
ckniffen added a commit that referenced this pull request Nov 30, 2023
Right now we have 5 testing library dependencies. This eliminates
`assert`. `jest`, `jasmine`, `chai` and `karma` are the remaining ones.
ckniffen added a commit that referenced this pull request Dec 4, 2023
Right now we have 5 testing library dependencies. This eliminates
`assert`. `jest`, `jasmine`, `chai` and `karma` are the remaining ones.
ckniffen added a commit that referenced this pull request Feb 1, 2024
Right now we have 5 testing library dependencies. This eliminates
`assert`. `jest`, `jasmine`, `chai` and `karma` are the remaining ones.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants