paulmillr / noble-secp256k1

Fastest 4KB JS implementation of secp256k1 signatures and ECDH
https://paulmillr.com/noble
MIT License
757 stars 114 forks source link

test: fix filename in test/tsconfig.json #108

Closed legobeat closed 1 year ago

legobeat commented 1 year ago

The helpers file was renamed in eddf00273f8f8649a7e11b925c6ad7c3e7f5433b but the test tsconfig was left configured with the old filename.

This updates the definition file accordingly.