mirror of
https://github.com/fluencelabs/js-libp2p-crypto
synced 2025-06-26 06:31:55 +00:00
chore: remove commitlint
chore: update deps chore: add bundlesize to ci
This commit is contained in:
@ -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)
|
||||
}
|
||||
|
Reference in New Issue
Block a user