cimpler icon indicating copy to clipboard operation
cimpler copied to clipboard

Assert Equals is Deprecated

Open ardelato opened this issue 3 years ago • 0 comments

Description

When QAing https://github.com/danielbeardsley/cimpler/pull/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

ardelato avatar May 25 '21 19:05 ardelato