Skip to content

Commit

Permalink
chore: add typescript testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Marsup committed Jun 12, 2024
1 parent ab43dd9 commit d8f1132
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,12 @@
"@hapi/catbox": "^12.1.1",
"@hapi/code": "^9.0.3",
"@hapi/eslint-plugin": "*",
"@hapi/lab": "^25.1.2"
"@hapi/lab": "^25.1.2",
"@types/node": "^16.18.98",
"typescript": "^5.4.5"
},
"scripts": {
"test": "lab -a @hapi/code -L -t 100",
"test": "lab -a @hapi/code -L -t 100 -Y",
"test-cov-html": "lab -a @hapi/code -r html -o coverage.html"
},
"license": "BSD-3-Clause"
Expand Down

0 comments on commit d8f1132

Please sign in to comment.