mirror of
https://github.com/status-im/c-kzg-4844.git
synced 2025-01-27 02:15:03 +00:00
51a669ff80
* test(node-bindings): add argument count unit tests * test(node-bindings): make arg length check more explicit * refactor(node-bindings): make getValidTest to DRY code * test(node-bindings): extra args give same result * refactor(node-bindings): adjust unit test spacing * refactor(node-bindings): move argument length checks to it block * refactor(node-bindings): simplify arg slicing * chore(node-bindings): lint/format code * docs(node-bindings): add docstring to test helper functions * test(node-bindings): fix bytesEqual and add docstrings to all helper functions * refactor(node-bindings): change name to assertBytesEqual