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

@@ -41,8 +41,8 @@
"postinstall": "opencollective-postinstall || true"
},
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^8.2.0",
"chai": "^4.3.6",
"mocha": "^9.2.2",
"node-fetch": "^3.1.1"
}
}