Alexey Petrochenkov

Results 42 comments of Alexey Petrochenkov

Seems currently this detects IOS 13 iPad: `navigator.platform === 'MacIntel' && navigator.maxTouchPoints > 1` or look at `https://www.npmjs.com/package/react-device-detect`, it already has support for that

The problem is that sinon has graceful capabilities for that: `expect(spy.firstCall).calledBefore(spy2.secondCall)` I believe something like that would be great

Connected with: https://github.com/jest-community/jest-extended/pull/160

```js expect({length: 0}).toBeEmpty() ```

No `ChoiceRule` defined :)

Not sure I see alternative to `toIncludeAllMembers`

As far as I remember it was just toEqual without `expect.arrayContaining`. However I'm not sure that `to.deep.include.members` is covered by `toEqual(expect.arrayContaining`, you can check what's inside `toIncludeAllMembers` I just don't...

Guys, is there any progress on this feature?

@ssilve1989 any change to merge? :)