chain-desktop-wallet icon indicating copy to clipboard operation
chain-desktop-wallet copied to clipboard

Problem: missing property-base testing (fix #857)

Open leejw51crypto opened this issue 3 years ago • 2 comments

add fast-check testing

leejw51crypto avatar Dec 06 '21 08:12 leejw51crypto

There are also some eslint error in CI to be fixed as well

 src/service/signers/LedgerSigner.spec.ts:2:10
  ✖   2:10  expect is defined but never used.               @typescript-eslint/no-unused-vars
  ✖   4:10  Big is defined but never used.                  @typescript-eslint/no-unused-vars
  ✖   7:17  Secp256k1KeyPair is defined but never used.     @typescript-eslint/no-unused-vars
  ✖  13:15  networkFee is assigned a value but never used.  @typescript-eslint/no-unused-vars
  ✖  15:13  fee is assigned a value but never used.         @typescript-eslint/no-unused-vars

  src/service/signers/TransactionSigner.spec.ts:4:10
  ✖   4:10  Big is defined but never used.                  @typescript-eslint/no-unused-vars

crypto-matto avatar Dec 07 '21 03:12 crypto-matto

fixing lint issue

leejw51crypto avatar Dec 09 '21 06:12 leejw51crypto