Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: add Symbol test for assert.deepEqual()
The existing test never ran because typeof Symbol === 'function' and not 'symbol'. We have Symbols now so remove the check and just run the test. PR-URL: #3327 Reviewed-By: James M Snell <[email protected]>
- Loading branch information