Closed skeggse closed 8 years ago
This adds a test for simple cyclic structures, but lacks an implementation of eql() which actually checks. See #50.
you probably mean
- expect(obj).to.eql(obj); + expect(three).to.eql(four);
+1
This adds a test for simple cyclic structures, but lacks an implementation of eql() which actually checks. See #50.