Skip to content

Commit

Permalink
Add test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
germartinez committed Mar 12, 2021
1 parent c4dde5d commit 8b51eb2
Show file tree
Hide file tree
Showing 3 changed files with 719 additions and 40 deletions.
5 changes: 5 additions & 0 deletions .nycrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"include": [
"src/**/*.ts"
]
}
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
],
"scripts": {
"build": "yarn rimraf dist && tsc && hardhat compile",
"test": "hardhat deploy && hardhat test",
"test": "hardhat deploy && nyc hardhat test",
"format": "prettier --write \"{src,tests,hardhat}/**/*.ts\"",
"lint": "tslint -p tsconfig.json"
},
Expand Down Expand Up @@ -51,6 +51,7 @@
"husky": "^5.0.9",
"lint-staged": "^10.5.4",
"mocha": "^8.3.0",
"nyc": "^15.1.0",
"prettier": "^2.2.1",
"rimraf": "^3.0.2",
"ts-generator": "^0.1.1",
Expand Down
Loading

0 comments on commit 8b51eb2

Please sign in to comment.