Commit ee2e641
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 <jasnell@gmail.com>1 parent a89eeca commit ee2e641Copy full SHA for ee2e641
File tree
Expand file treeCollapse file tree
1 file changed
+1
-3
lines changedOpen diff view settings
Filter options
- test/parallel
Expand file treeCollapse file tree
1 file changed
+1
-3
lines changedOpen diff view settings
Collapse file
test/parallel/test-assert.js
Copy file name to clipboardExpand all lines: test/parallel/test-assert.js+1-3Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
140 | 140 | |
141 | 141 | |
142 | 142 | |
143 | | - |
144 | | - |
145 | | - |
| 143 | + |
146 | 144 | |
147 | 145 | |
148 | 146 | |
|
0 commit comments