Shane Brinkman-Davis Delamore

Results 13 comments of Shane Brinkman-Davis Delamore

I also added a test to validate default extensions are working. All tests are passing.

I also forked this project - to convert it all to Hooks. Then I noticed your excellent work here, @khaledosman. Lesson learned! I should check the existing forks before starting...

> I don't see the point if the contributors will ignore it anyway though. I see that the main real-world repo is accepting pull-requests. I'll try to bug them over...

> You mean 16.9? not 12.9 OMG yes! Thanks!

I'd like to merge my work with pull-request https://github.com/gothinkster/react-redux-realworld-example-app/pull/135 , but I'm going to hold off until it is accepted into the main repo.

> If I'm not running it wrongly, this is breaking if you go to `New Post` it will keep firing: > [...] And the form is not editable. Thanks! I'll...

That's not a bad idea. It might be worth considering in the future. In the mean time there is a good alternative available now. I recommend making a small rule...

Short: **arg** will return an array of args. Details: **matches** always returns all sub-elements that were matched as an array. Note that if one of your elements is optional, matches...

I'd like to add another concrete use-case for the asynchronous, skip-from-within-a-test feature: I've created a package for use with Jest and Mocha that lets you create a sequence of tests...