Skip to content

Commit

Permalink
type-coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Toxblh committed Oct 15, 2019
1 parent a5992ed commit b76a2bb
Show file tree
Hide file tree
Showing 2 changed files with 3,888 additions and 1 deletion.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"build": "tsc",
"test": "jest",
"typedoc": "typedoc",
"typecover": "type-coverage --detail",
"posttypedoc": "touch ./docs/.nojekyll"
},
"repository": {
Expand All @@ -34,6 +35,7 @@
"homepage": "https://github.com/Toxblh/samsung-tv-remote#readme",
"dependencies": {
"request": "^2.88.0",
"type-coverage": "^2.3.0",
"wake_on_lan": "^1.0.0",
"ws": "^7.0.1"
},
Expand All @@ -47,7 +49,7 @@
"ts-jest": "^24.0.2",
"tslint": "^5.17.0",
"typedoc": "^0.15.0",
"typescript": "^3.5.2"
"typescript": "^3.6.4"
},
"jest": {
"transform": {
Expand All @@ -58,5 +60,8 @@
"js"
],
"testRegex": "^.+\\.spec\\.ts$"
},
"typeCoverage": {
"atLeast": 99
}
}
Loading

0 comments on commit b76a2bb

Please sign in to comment.