Closed JulianNorton closed 7 years ago
We have a testing suite that runs through CircleCI, https://circleci.com/gh/JulianNorton/weather-10kb
In the past we used to have a size limit. We disabled it because it wasn't testing the compression size.
View tests here: https://github.com/JulianNorton/weather-10kb/blob/master/test/integration/forecast.test.js
Write a new test, or use the old test to set a size limit. I recommend making the size 30kb because it will GZIP to ~10kb, our project's page transfer maximum.
I am working on it. Thanks.
Thanks @mukulmishra18 ! Merged and deployed..
cc @Tardog
What's the current situation?
We have a testing suite that runs through CircleCI, https://circleci.com/gh/JulianNorton/weather-10kb
In the past we used to have a size limit. We disabled it because it wasn't testing the compression size.
What do you recommend?
View tests here: https://github.com/JulianNorton/weather-10kb/blob/master/test/integration/forecast.test.js
Write a new test, or use the old test to set a size limit. I recommend making the size 30kb because it will GZIP to ~10kb, our project's page transfer maximum.