Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: fix args passed to strictEqual
The third argument passed to asert.strictEqual() displays the message passed as third argument and does not report the difference between actual and expected if the test is failing. Hence, the third argument has been removed.
- Loading branch information