Skip to content

test: add Symbol test for assert.deepEqual()

Rodrigo Muino Tomonari requested to merge github/fork/Trott/add-symbol-test into master

The existing test never ran because typeof Symbol === 'function' and not 'symbol'. Update to Symbol() which will be a symbol and not a function.

Merge request reports

Loading