Skip to content
This repository has been archived by the owner on Oct 6, 2023. It is now read-only.

Misc updates #171

Merged
merged 9 commits into from
Mar 7, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,4 @@ dist/**/*.css
dist/**/*.gif
dist/**/*.png
dist/**/*.jpg
dist/**/*.json
4 changes: 2 additions & 2 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ module.exports = function (config) {
// Configure the coverage reporters
coverageReporter: {
reporters: [
{type: 'html', dir: 'coverage/'},
{type: 'text'}
{ type: 'html', dir: 'coverage/' },
{ type: 'text' }
]
}
};
Expand Down
Loading