Skip to content

Commit

Permalink
[backend] feat: Enhance unit and system tests (#17)
Browse files Browse the repository at this point in the history
* [backend] feat: Updating unit and  system tests
  • Loading branch information
helloitsdave authored Jan 22, 2024
1 parent 2562b58 commit 0fc765b
Show file tree
Hide file tree
Showing 6 changed files with 532 additions and 356 deletions.
Loading

2 comments on commit 0fc765b

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage for this commit

100.00%

Coverage Report
FileBranchesFuncsLinesUncovered Lines
src
   index.ts100%100%100%
   prisma.ts100%100%100%
src/__mocks__
   prisma.ts100%100%100%

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage for this commit

100.00%

Coverage Report
FileBranchesFuncsLinesUncovered Lines
src
   App.tsx100%100%100%
src/api
   apiService.ts100%100%100%
src/components
   Note.tsx100%100%100%
   NoteForm.tsx100%100%100%
   NoteGrid.tsx100%100%100%
   Spinner.tsx100%100%100%

Please sign in to comment.