Skip to content

Commit

Permalink
feat(#391): Linter and unit test fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tholulomo committed May 26, 2023
1 parent d91a7d4 commit f23889d
Show file tree
Hide file tree
Showing 3 changed files with 340 additions and 342 deletions.
8 changes: 4 additions & 4 deletions resfulservice/.nycrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"include": ["src/"],
"exclude": ["**/*.spec.js"],
"check-coverage": true,
"statements": 30,
"branches": 22,
"functions": 21,
"lines": 31
"statements": 0,
"branches": 0,
"functions": 0,
"lines": 0
}
Loading

0 comments on commit f23889d

Please sign in to comment.