Alex Mercier

Results 10 issues of Alex Mercier

### Summary `jest-chain` throws an error when used with one-line `expect` (arrow functions). ### Description Please consider the following code: ```js function sum(a, b) { return a + b; }...

I think it would be nice to add the following matchers for `Mock`: ### toHaveBeenCalledOnce ```js const mock = jest.fn(); // ... expect(mock).toHaveBeenCalledOnce(); ``` that would be equivalent to: ```js...

help wanted
New Matcher

This PR fixes #55 by removing jQuery usage entirely in `listener.js`. Note: I believe using jQuery is not necessary as [addEventListener](https://caniuse.com/#feat=addeventlistener) and [postMessage](https://caniuse.com/#feat=x-doc-messaging) are widely supported now (especially this is...

`http://webpack.github.com/` was used while `https://webpack.github.io/` is the correct one.

When I use the following CSS: ``` /** * Disabled drop-down lists * - background-color alone does not work in Google Chrome: * http://code.google.com/p/chromium/issues/detail?id=100234 * Setting background-image: url('') solves the...

Confirmed

Requires #8 first.

- [ ] config.dataFilter - [ ] config.errorFilter - [ ] tests for config.dataFilter - [ ] tests for config.errorFilter ``` function dataFilter(data) { return data; } ``` ``` function...

enhancement

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `yarn` dependencies of...

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `yarn` dependencies of...