mirror of
https://github.com/chaijs/chai
synced 2024-11-15 00:07:11 +00:00
Tests for keys assertion on maps and sets
This commit is contained in:
parent
f286e0e6b3
commit
1b308587b0
1 changed files with 1 additions and 0 deletions
|
@ -722,6 +722,7 @@ describe('expect', function () {
|
|||
expect({ foo: 1, bar: 2 }).not.contain.all.keys({ 'baz': 8, 'foo': 7 });
|
||||
|
||||
if (typeof Map !== 'undefined') {
|
||||
<<<<<<< HEAD
|
||||
var aKey = {thisIs: 'anExampleObject'};
|
||||
var anotherKey = {doingThisBecauseOf: 'referential equality'};
|
||||
|
||||
|
|
Loading…
Reference in a new issue