dillon1000/react

Commit

Move webcomponents.js polyfill to mocks (#8993)

* Move webcomponents.js polyfill to mocks

I'd like to move it out of shared to make it easier to sync this to RN.
Since this is only used for testing and a polyfill is essentially a mock.
Maybe this makes sense?

Rename to camel case to be consistent with providesModule.

* Update path to ignore in configs
Browse files
Changed paths4 files
First-parent comparison
M .eslintignore ModifiedM gulpfile.js ModifiedM package.json ModifiedR src/shared/vendor/third_party/webcomponents.js →src/__mocks__/vendor/third_party/WebComponents.js Renamed
Patch

Files changed

Rendering syntax-highlighted changes…