expect(new Set([1])).not.to.be.eql(new Set([2])); // fails You get the following output: Error: expected {} to sort of not equal {} Expected :{} Actual :{} I can work on a PR for this.