rsnext/test
Bruno Antunes 8340e6d345
[Image Component] image sizes property becomes 100vw by default (#20067)
Currently if sizes is not defined, Next.js is setting sizes as:
```
(max-width: 640px) 640px, (max-width: 750px) 750px, (max-width: 828px) 828px, (max-width: 1080px) 1080px, (max-width: 1200px) 1200px, (max-width: 1920px) 1920px, (max-width: 2048px) 2048px, 3840px'
```

This pull request will make sizes be `100vw` by default, which will allow us to download "smaller" images than what's currently happening. 

In a demo app I have, the difference is between downloading 488KB vs 1.4MB (in images)
2020-12-10 21:29:37 +00:00
..
.stats-app Remove old modern mode experiment (#19275) 2020-11-18 18:30:00 +00:00
acceptance Break-up unit tests to separate step (#18992) 2020-11-10 12:25:50 -05:00
eslint-plugin-next Break-up unit tests to separate step (#18992) 2020-11-10 12:25:50 -05:00
integration [Image Component] image sizes property becomes 100vw by default (#20067) 2020-12-10 21:29:37 +00:00
isolated Break-up unit tests to separate step (#18992) 2020-11-10 12:25:50 -05:00
lib Ensure next commands respect termination signals (#19433) 2020-11-25 13:30:06 +00:00
package-managers-tests/basic-pnpm Resolve to real path before checking for path inequality (#17279) 2020-10-14 13:36:59 +02:00
unit fix: Revert #18921 and inline absolute babel runtime only for YarnPnp (#19542) 2020-11-25 22:28:39 +00:00
.babelrc Include all files in Prettier (#17050) 2020-09-14 02:53:19 +00:00
.gitignore Universal Webpack (#3578) 2018-01-30 16:44:44 +01:00
jest-environment.js Upgrade to Prettier 2 (#13061) 2020-05-18 15:24:37 -04:00
jest-global-setup.js Upgrade to Prettier 2 (#13061) 2020-05-18 15:24:37 -04:00
jest-global-teardown.js Update CI/test set up (#9499) 2019-11-25 13:19:45 -05:00
jest-setup-after-env.js Only retry tests on CI (#12998) 2020-05-17 12:10:02 -04:00
test-file.txt Add additional file serving tests (#12479) 2020-05-04 11:58:19 -05:00
tsconfig.json Update tsconfig for tests 2020-01-21 15:29:39 -06:00