rsnext/test
Janicklas Ralph 332852bf01 Integration test case for fetch alias (#9391)
* Polyfilling fetch and object-assign

* Polyfilling corejs object-assign

* Adding object-assign in polyfills.js. IE11 does not support Object.assign

* Fixing failing test

* Updating object.assign polyfill to fix aliasing

* Updating test case value to match new build stats

* Increasing the size of default build to 225kb

* Fixing defer-script test case to not include polyfill.js

* Revert README.md

* Re-design the polyfill approach based on PR feedback

* Adding comment and fixing test case

* Rename polyfills chunk

* Extract aliases into helper

* Remove extra new line

* Fix TypeScript typings

* Adding _internal_fetch alias

* Adjust build manifest plugin

* Build manifest plugin changes - adding a separate entry for polyfills

* Rename polyfills entry in build-manifest.json

* Remove old comment

* Fix TS

* Set key

* Polyfills already added

* Filtring polyfill.module.js

* Fix test

* Add __internal_fetch to alias rule

* Adjust name

* bump size

* ignore polyfills

* sigh

* Aliasing Object.assign

* Mergin latest changes

* Integration test for polyfilling fetch

* Remove comment

* Fix prettier error

* Fix review comments

* Fix review comments

* Update fetch.js

* Fix tests
2019-11-14 22:47:08 -08:00
..
.stats-app Improve linting rules to catch more errors (#9374) 2019-11-10 19:24:53 -08:00
integration Integration test case for fetch alias (#9391) 2019-11-14 22:47:08 -08:00
isolated Fix up errors in tests (#9407) 2019-11-13 14:18:06 -08:00
lib Fix Dynamic next export Page Hydration Mismatch (#9388) 2019-11-12 18:34:12 -08:00
unit Test segment-level exacts are preferred (#9408) 2019-11-13 17:10:28 -08:00
.babelrc Use preset-react's development option + enable modules transform in test env (#5081) 2018-09-03 16:41:52 +02:00
.gitignore Universal Webpack (#3578) 2018-01-30 16:44:44 +01:00
jest-environment.js Improve linting rules to catch more errors (#9374) 2019-11-10 19:24:53 -08:00
jest-global-setup.js Improve linting rules to catch more errors (#9374) 2019-11-10 19:24:53 -08:00
jest-global-teardown.js Improve linting rules to catch more errors (#9374) 2019-11-10 19:24:53 -08:00