You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Description
When QAing #114 , VSCode was giving me a warning about the usage of
assert.equal
intest/git-build.test.js
as it has been deprecated for a while now. We should update theassert.equal
declarations with the recommendedassert.strictEqual
declaration.https://nodejs.org/api/assert.html#assert_assert_equal_actual_expected_message
The text was updated successfully, but these errors were encountered: