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.

https://nodejs.org/api/assert.html#assert_assert_equal_actual_expected_message
Description
When QAing #114 , VSCode was giving me a warning about the usage of
assert.equalintest/git-build.test.jsas it has been deprecated for a while now. We should update theassert.equaldeclarations with the recommendedassert.strictEqualdeclaration.https://nodejs.org/api/assert.html#assert_assert_equal_actual_expected_message