djskinner
djskinner
There seems to be a difference in behaviour between shallow/mount and react-addons-test-utils when it comes to simulating a click on an element with the `disabled` attribute. React and react-addons-test-utils does...
The `webpack.config.js` in question does not export multiple configs, it is: ``` module.exports = (env, argv) => { return { target: 'web', [...] ``` The report is generated like this:...
## Goal ## Design ## Changeset ## Testing
## Goal Fix the electron tests on v8 branch ## Design Set `max_body_size: 25mb` on the verdaccio config (local npm where packages are published for the electron tests) to allow...
## Goal Add Bugsnag-Integrity request header (where required APIs are available) ## Design ## Changeset - Set `Bugsnag-Integrity` in delivery-fetch, which is used in `@bugsnag/web-worker`. ## Testing - unit tests...
I was having some issues with `jest.mock` not working and bumping to the latest version of jest fixes it