Automattic / expect.js

Minimalistic BDD-style assertions for Node.JS and the browser.
2.11k stars 209 forks source link

Add test for cyclic structures #88

Closed skeggse closed 8 years ago

skeggse commented 10 years ago

This adds a test for simple cyclic structures, but lacks an implementation of eql() which actually checks. See #50.

truongsinh commented 10 years ago

you probably mean

-    expect(obj).to.eql(obj);
+    expect(three).to.eql(four);
rauchg commented 10 years ago

+1