Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 255 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 255 Bytes

contract-test

对contract进行test

npm install
npx hardhat test

指定测试文件
npx hardhat test test/xxx.js

测试覆盖率

npx hardhat coverage --testfiles test/*.js

可生成对应的覆盖率文件,之后进行查看