Tests for keys assertion on maps and sets

This commit is contained in:
lucasfcosta 2016-03-06 12:40:40 -03:00
parent f286e0e6b3
commit 1b308587b0

View file

@ -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'};