Update test.js to check for sizes and correct sizes (#652)

* Update/Modernize Chai, NPM, Fetch

* Test readme size

* Remove dev check

* Fix file sizes

Mostly fixing readme to match files, but sometimes removing newlines to match readme

* Test improvements

* Fix Samsung Swoop size
This commit is contained in:
Ethan Chapman
2022-04-30 12:46:57 -04:00
committed by GitHub
parent 12da895902
commit ad84b11924
19 changed files with 1385 additions and 415 deletions

View File

@@ -1,5 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" aria-label="Manjaro" role="img" viewBox="0 0 512 512">
<rect width="512" height="512" rx="15%" fill="#fff"/>
<polygon fill="#4db05e" points="301 192 301 102 102 102 102 410 192 410 192 192 301 192"/>
<rect fill="#4db05e" x="211" y="211" width="90" height="199"/>
<rect fill="#4db05e" x="320" y="102" width="90" height="308"/></svg>
<svg xmlns="http://www.w3.org/2000/svg"
aria-label="Manjaro" role="img"
viewBox="0 0 512 512"><rect
width="512" height="512"
rx="15%"
fill="#fff"/><polygon fill="#4db05e" points="301 192 301 102 102 102 102 410 192 410 192 192 301 192"/><rect fill="#4db05e" x="211" y="211" width="90" height="199"/><rect fill="#4db05e" x="320" y="102" width="90" height="308"/></svg>

Before

Width:  |  Height:  |  Size: 371 B

After

Width:  |  Height:  |  Size: 367 B