Rylan Collins

Results 1 issues of Rylan Collins

The root of the problem appears to stem from the fact that chai-jquery uses `checked` as a property: ``` js expect($(node)).to.be.checked; ``` While chai-enzyme implements it as an assertion method:...

bug