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

Assert Equals is Deprecated #115

Open
ardelato opened this issue May 25, 2021 · 0 comments
Open

Assert Equals is Deprecated #115

ardelato opened this issue May 25, 2021 · 0 comments

Comments

@ardelato
Copy link

Description

When QAing #114 , VSCode was giving me a warning about the usage of assert.equal in test/git-build.test.js as it has been deprecated for a while now. We should update the assert.equal declarations with the recommended assert.strictEqual declaration.

Deprecation Message

https://nodejs.org/api/assert.html#assert_assert_equal_actual_expected_message

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

No branches or pull requests

1 participant