You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello!
I was reading through the documentation and while taking a look at the tests I found this little bugger: expect(mount(<Foo />).find('.foo').length).toBe(1); where length should be length() ? Im more than happy to fix it. Its tiny. Like me.
The text was updated successfully, but these errors were encountered:
Hello!
I was reading through the documentation and while taking a look at the tests I found this little bugger:
expect(mount(<Foo />).find('.foo').length).toBe(1);
where length should belength()
? Im more than happy to fix it. Its tiny. Like me.The text was updated successfully, but these errors were encountered: