bitcoinjs-lib/test
2020-09-02 11:16:43 +03:00
..
fixtures add unit tests for three uncovered cases 2020-09-02 11:16:43 +03:00
integration Actually sort pubkeys in test 2020-05-22 08:14:30 +09:00
address.spec.ts Move tests to TypeScript (coverage is still JS based) 2019-09-11 07:25:47 +09:00
bitcoin.core.spec.ts Add tslint to tests 2019-09-12 17:35:08 +09:00
block.spec.ts Add weight and ability to get strippedsize 2019-11-29 15:30:23 +09:00
bufferutils.spec.ts Separate readUInt64LE fixtures from writeUInt64LE; add two more tests: "n < 0" & "0 < n < 1" 2020-08-31 15:57:09 +03:00
classify.spec.ts Add tslint to tests 2019-09-12 17:35:08 +09:00
crypto.spec.ts Move tests to TypeScript (coverage is still JS based) 2019-09-11 07:25:47 +09:00
ecpair.spec.ts Throw Error if no private key found when calling toWIF() 2020-08-31 17:09:08 +03:00
payments.spec.ts Add tslint to tests 2019-09-12 17:35:08 +09:00
payments.utils.ts Add tslint to tests 2019-09-12 17:35:08 +09:00
psbt.spec.ts Fix signInputAsync when SignerAsync rejects 2020-06-01 15:40:28 +09:00
script.spec.ts cover the case when some chunks are "minimalOP" 2020-09-01 14:58:43 +03:00
script_number.spec.ts Move tests to TypeScript (coverage is still JS based) 2019-09-11 07:25:47 +09:00
script_signature.spec.ts Add tslint to tests 2019-09-12 17:35:08 +09:00
transaction.spec.ts Add tslint to tests 2019-09-12 17:35:08 +09:00
transaction_builder.spec.ts Add tslint to tests 2019-09-12 17:35:08 +09:00
ts-node-register.js Move tests to TypeScript (coverage is still JS based) 2019-09-11 07:25:47 +09:00
tsconfig.json Move tests to TypeScript (coverage is still JS based) 2019-09-11 07:25:47 +09:00
types.spec.ts improve test name - show actual value for UINT31_MAX 2020-09-02 11:15:11 +03:00