Skip to content

Commit

Permalink
Package updates & adding HTML test reporter
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisMBarr committed Jun 11, 2023
1 parent f97be8f commit 042b039
Show file tree
Hide file tree
Showing 5 changed files with 1,896 additions and 210 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
# Coverage directory used by tools like istanbul
coverage
*.lcov
test-report.html

# Compiled source
dist
Expand Down
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
".editorconfig": true,
".prettierignore": true,
"node_modules": true,
"coverage": true,
"coverage": false,
"dist": false
},
"typescript.tsdk": "node_modules/typescript/lib",
Expand Down
Loading

0 comments on commit 042b039

Please sign in to comment.