chore: remove commitlint

chore: update deps

chore: add bundlesize to ci
This commit is contained in:
Jacob Heun
2019-10-24 18:16:41 +02:00
parent 8b8d0c1510
commit d6d06a8404
9 changed files with 17 additions and 15 deletions

View File

@ -14,7 +14,7 @@ function doTests (fncName, fnc, num, skipBuffersAndStrings) {
// skip this garbage because it's a buffer or a string and we were told do do that
return
}
let args = []
const args = []
for (let i = 0; i < num; i++) {
args.push(garbage)
}